aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-27 11:54:23 +0100
committerTom Rini <trini@konsulko.com>2021-01-18 15:23:06 -0500
commitc65b7d1acfffda1a73bcea2cd0d2bc43ce54540f (patch)
tree25c8c987dc67ff384289e15b4a3d01c9251d220b /drivers/mtd/Makefile
parent80b1ef942d96a6025c96305284f83bc0a8aa194e (diff)
downloadu-boot-c65b7d1acfffda1a73bcea2cd0d2bc43ce54540f.zip
u-boot-c65b7d1acfffda1a73bcea2cd0d2bc43ce54540f.tar.gz
u-boot-c65b7d1acfffda1a73bcea2cd0d2bc43ce54540f.tar.bz2
mtd: remove drivers/mtd/mw_eeprom.c
drivers/mtd/mw_eeprom.c contains code that never worked. mw_eeprom_write() and mw_eeprom_read() have incorrect loop conditions: while (len <= 2) { CONFIG_MW_EEPROM is not set anywhere. So let's simply drop the module. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'drivers/mtd/Makefile')
-rw-r--r--drivers/mtd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile
index 318788c..6d77ebf 100644
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -11,7 +11,6 @@ mtd-$(CONFIG_ALTERA_QSPI) += altera_qspi.o
mtd-$(CONFIG_FLASH_CFI_DRIVER) += cfi_flash.o
mtd-$(CONFIG_FLASH_CFI_MTD) += cfi_mtd.o
mtd-$(CONFIG_FLASH_CFI_LEGACY) += jedec_flash.o
-mtd-$(CONFIG_MW_EEPROM) += mw_eeprom.o
mtd-$(CONFIG_FLASH_PIC32) += pic32_flash.o
mtd-$(CONFIG_ST_SMI) += st_smi.o
mtd-$(CONFIG_STM32_FLASH) += stm32_flash.o