summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-02-07 22:17:44 +0100
committerWolfgang Denk <wd@denx.de>2009-02-07 22:17:44 +0100
commit0ab5410a40930ed235a83161cd7e5a98c963ca91 (patch)
tree078dfc4cdc5a217a1d70356d401fced0905da540 /include
parente70ef33b6b57a37d56745904495fe298d2ecf03b (diff)
parente1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
Diffstat (limited to 'include')
-rw-r--r--include/flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/flash.h b/include/flash.h
index 6e2981c5a..02c6a0431 100644
--- a/include/flash.h
+++ b/include/flash.h
@@ -33,7 +33,7 @@ typedef struct {
ulong size; /* total bank size in bytes */
ushort sector_count; /* number of erase units */
ulong flash_id; /* combined device & manufacturer code */
- ulong start[CONFIG_SYS_MAX_FLASH_SECT]; /* physical sector start addresses */
+ ulong start[CONFIG_SYS_MAX_FLASH_SECT]; /* virtual sector start address */
uchar protect[CONFIG_SYS_MAX_FLASH_SECT]; /* sector protection status */
#ifdef CONFIG_SYS_FLASH_CFI
uchar portwidth; /* the width of the port */