Remove drivers/mtd/flash_eraseall.c. It is not used in the OS and is just a dumb wrapper around the MDIOC_BULKERASE IOCTL call.

This commit is contained in:
Gregory Nutt
2016-06-02 10:44:13 -06:00
parent 2b47473778
commit a18dbfda6e
8 changed files with 13 additions and 140 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ config NXFFS_SCAN_VOLUME
The down side is that scanning the volume can adversely affect
your start-up time. An option is to just erase the FLASH and
reboot in these cases. That can be done with
apps/system/flash_eraseall.
reboot in these cases. That can be done with MDIOC_BULKERASE
IOCTL command.
config NXFFS_NAND
bool "Enable NAND support"