9
0
Fork 0
barebox/drivers/nor
Eric Bénard 00dfde2742 m25p80: wait for flash before returning after erase
else when we do "erase /dev/m25p0.rootfs; reset", the board
will never reboot as the flash is busy to finish the erase
command.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-08-29 09:03:18 +02:00
..
Kconfig remove unused Kconfig variable HAS_CFI 2011-12-07 13:04:54 +01:00
Makefile nor: Add SPI flash driver 2011-08-24 18:44:31 +02:00
cfi_flash.c use loff_t for file offsets 2012-06-30 16:53:24 +02:00
cfi_flash.h NOR flash: reduce size of cfiword_t if not using 64-bit bus. 2012-05-13 11:03:26 +02:00
cfi_flash_amd.c cfi_flash: support of u32 cmd 2011-08-26 09:33:37 +02:00
cfi_flash_intel.c cfi flash: Fix alignment problem 2012-04-05 10:58:02 +02:00
m25p80.c m25p80: wait for flash before returning after erase 2012-08-29 09:03:18 +02:00
m25p80.h nor m25p80: implement fast read 2012-07-31 16:31:17 +02:00