summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index 3247700..ec248d9 100644
--- a/flash.h
+++ b/flash.h
@@ -133,7 +133,7 @@ struct flashchip {
*/
struct block_eraser {
struct eraseblock{
- unsigned int size; /* Eraseblock size */
+ unsigned int size; /* Eraseblock size in bytes */
unsigned int count; /* Number of contiguous blocks with that size */
} eraseblocks[NUM_ERASEREGIONS];
/* a block_erase function should try to erase one block of size
OpenPOWER on IntegriCloud