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
+8
View File
@@ -11879,3 +11879,11 @@
mcan_txempty(). From Frank Benkert (2016-06-01).
7.17 2016-xx-xx Gregory Nutt <gnutt@nuttx.org>
* drivers/mtd/flash_eraseall.c: Removed. This is no longer used
in the OS and is simply a wrapper around the MDIOC_BULKERASE
IOCTL command. It used to be called (only) from
apps/system/flash_eraseall, but that has been removed because it
violated the OS/applicatin interface -- by calling flash_eraseall().
The old code can be found in the Obsoleted' repository (2016-06-03).