aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/Makefile
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2018-05-29 11:10:56 +0800
committerAndes <uboot@andestech.com>2018-05-29 14:45:04 +0800
commit9171ab8836511ab1e65e120b7288acd6d5baac70 (patch)
tree7363f7f7443eb85593385fc1b2623bdbdb0d98e2 /drivers/mtd/Makefile
parent44199ebc801c8cd485086fb91dde8b359f35c07d (diff)
downloadu-boot-9171ab8836511ab1e65e120b7288acd6d5baac70.zip
u-boot-9171ab8836511ab1e65e120b7288acd6d5baac70.tar.gz
u-boot-9171ab8836511ab1e65e120b7288acd6d5baac70.tar.bz2
mtd: ftsmc020: Drop unsed code
ftsmc020_init is not used anymore. So it can be removed. Signed-off-by: Rick Chen <rick@andestech.com> Signed-off-by: Rick Chen <rickchen36@gmail.com> Cc: Greentime Hu <green.hu@gmail.com>
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 eb593c9..9cec065 100644
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -12,7 +12,6 @@ obj-$(CONFIG_MTD_CONCAT) += mtdconcat.o
obj-$(CONFIG_ALTERA_QSPI) += altera_qspi.o
obj-$(CONFIG_FLASH_CFI_DRIVER) += cfi_flash.o
obj-$(CONFIG_FLASH_CFI_MTD) += cfi_mtd.o
-obj-$(CONFIG_FTSMC020) += ftsmc020.o
obj-$(CONFIG_FLASH_CFI_LEGACY) += jedec_flash.o
obj-$(CONFIG_MW_EEPROM) += mw_eeprom.o
obj-$(CONFIG_FLASH_PIC32) += pic32_flash.o