diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2008-04-03 13:36:02 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-04-12 08:59:09 +0200 |
commit | 96ef831f713289afba19da0c8f905e99da2b23e0 (patch) | |
tree | 92d4f9d8791c433e23e383268d59ee6c0fcab3c3 /README | |
parent | 950a392464e616b4590bc4501be46e2d7d162dea (diff) |
cfi_flash: Support buffered writes on non-standard Spansion NOR flash
Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
series require different addresses for buffered write commands. Define a
configuration option to support buffered writes on those chips. A more
elegant solution would be to automatically detect those chips by parsing
their CFI records, but that would require introduction of a fixup table
into the cfi_flash driver.
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2040,6 +2040,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 |