summaryrefslogtreecommitdiff
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-12-08 16:36:13 +0300
committerTom Rini <trini@konsulko.com>2017-12-12 22:05:48 +0300
commitac2e33efdaee4ef9a5f8dace42f1e6cc321a4fab (patch)
tree4e5645bd1bb180b57bf9e9b163a98d3f9b3e06a1 /drivers/ata/Makefile
parent0d26b831d7e2a3df154c937e7309d8df0f4ae468 (diff)
downloadu-boot-ac2e33efdaee4ef9a5f8dace42f1e6cc321a4fab.tar.xz
ata: Drop CONFIG_MX51_PATA
The last user of this driver went away in August 2015 in commit: b6073fd2115 ("arm: Remove mx51_efikamx, mx51_efikasb boards") Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r--drivers/ata/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index 7a4c8c6bf2..a94c804e7a 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -13,7 +13,6 @@ obj-$(CONFIG_DWC_AHSATA) += dwc_ahsata.o
obj-$(CONFIG_FSL_SATA) += fsl_sata.o
obj-$(CONFIG_LIBATA) += libata.o
obj-$(CONFIG_MVSATA_IDE) += mvsata_ide.o
-obj-$(CONFIG_MX51_PATA) += mxc_ata.o
obj-$(CONFIG_SATA) += sata.o
obj-$(CONFIG_SATA_CEVA) += sata_ceva.o
obj-$(CONFIG_SATA_MV) += sata_mv.o