mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user