u-boot-brain/drivers/mtd/spi
Mike Frysinger c4e932ce73 sf: unify erase commands
Analysis of the flash drivers shows that they all use 0x20 if the erase
size is 4KiB, or 0xd8 if it's larger.  So with this info in hand, we can
unify all the erase functionality in one place.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-03-04 22:35:50 -05:00
..
atmel.c sf: localize erase funcs 2011-04-12 02:15:56 -04:00
eeprom_m95xxx.c sf: eeprom_m95xxx: set a sane default timeout 2012-02-12 15:18:28 -05:00
eon.c sf: unify erase commands 2012-03-04 22:35:50 -05:00
macronix.c sf: unify erase commands 2012-03-04 22:35:50 -05:00
Makefile sf: Add spi_boot() to allow booting from SPI flash in an SPL 2011-12-24 10:23:30 +01:00
ramtron.c sf: drop unused/duplicate command defines 2012-07-20 00:41:36 -04:00
spansion.c sf: unify erase commands 2012-03-04 22:35:50 -05:00
spi_flash_internal.h sf: unify erase commands 2012-03-04 22:35:50 -05:00
spi_flash.c sf: unify erase commands 2012-03-04 22:35:50 -05:00
spi_spl_load.c sf: Add spi_boot() to allow booting from SPI flash in an SPL 2011-12-24 10:23:30 +01:00
sst.c sf: unify erase commands 2012-03-04 22:35:50 -05:00
stmicro.c sf: unify erase commands 2012-03-04 22:35:50 -05:00
winbond.c sf: unify erase commands 2012-03-04 22:35:50 -05:00