diff options
author | Wolfgang Denk <wd@denx.de> | 2008-04-13 09:40:35 -0700 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-13 09:40:35 -0700 |
commit | d6f98e76a0a7db415e39c94bf3d2ad539ca9c60d (patch) | |
tree | 3c406e90f82f9e568643dd1377da4466d41bdc81 /README | |
parent | 8258b6e2f57f73b4cacda1ca513385d70f808777 (diff) | |
parent | 96ef831f713289afba19da0c8f905e99da2b23e0 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2043,6 +2043,13 @@ Configuration Settings: This option also enables the building of the cfi_flash driver in the drivers directory +- CFG_FLASH_USE_BUFFER_WRITE + Use buffered writes to flash. + +- CONFIG_FLASH_SPANSION_S29WS_N + s29ws-n MirrorBit flash has non-standard addresses for buffered + write commands. + - CFG_FLASH_QUIET_TEST If this option is defined, the common CFI flash doesn't print it's warning upon not recognized FLASH banks. This |