]> git.sur5r.net Git - u-boot/commit
cfi_flash: Support buffered writes on non-standard Spansion NOR flash
authorGuennadi Liakhovetski <lg@denx.de>
Thu, 3 Apr 2008 11:36:02 +0000 (13:36 +0200)
committerGuennadi Liakhovetski <lg@denx.de>
Thu, 10 Apr 2008 09:17:44 +0000 (11:17 +0200)
commit0e83acabc9169e621b360fe8b7aef211b3396622
tree9c7130eab70d77c8ec175dd22c233508241b664f
parent2acc094b6ab4b0592b360b6dcc1b845ef122e89f
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>
README
drivers/mtd/cfi_flash.c