]> git.baikalelectronics.ru Git - uboot.git/commit
mtd: remove drivers/mtd/mw_eeprom.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 27 Dec 2020 10:54:23 +0000 (11:54 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jan 2021 20:23:06 +0000 (15:23 -0500)
commit0da9ce20525737f13c8ae0759b584e770866fbc6
tree25c8c987dc67ff384289e15b4a3d01c9251d220b
parent4f3cf9758a724c709b7a703c8c8aa420e2b26011
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>
drivers/mtd/Makefile
drivers/mtd/mw_eeprom.c [deleted file]