diff options
author | Wolfgang Denk <wd@denx.de> | 2009-02-07 22:17:44 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-02-07 22:17:44 +0100 |
commit | 0ab5410a40930ed235a83161cd7e5a98c963ca91 (patch) | |
tree | 078dfc4cdc5a217a1d70356d401fced0905da540 /include | |
parent | e70ef33b6b57a37d56745904495fe298d2ecf03b (diff) | |
parent | e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63 (diff) | |
download | u-boot-imx-0ab5410a40930ed235a83161cd7e5a98c963ca91.zip u-boot-imx-0ab5410a40930ed235a83161cd7e5a98c963ca91.tar.gz u-boot-imx-0ab5410a40930ed235a83161cd7e5a98c963ca91.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
Diffstat (limited to 'include')
-rw-r--r-- | include/flash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/flash.h b/include/flash.h index 6e2981c..02c6a04 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 */ |