summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-02-26 08:13:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-05 06:46:41 +0100
commit49ffafe0a8b59ce5669f69a727d6a83d89aafab1 (patch)
tree9c63ceda25b4996712e150087c69c6f6981b8172 /arch/arm/mach-imx/Makefile
parentedde68e3258e5b22abf44294c92211f025c7974e (diff)
downloadbarebox-49ffafe0a8b59ce5669f69a727d6a83d89aafab1.tar.gz
barebox-49ffafe0a8b59ce5669f69a727d6a83d89aafab1.tar.xz
esdhc-xload: Move to drivers/mci
The esdhc-xload code will be used by upcoming Layerscape support aswell, so move it from architecture code to drivers/mci/. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index 97c54406e6..2b817e5dd8 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -26,4 +26,4 @@ obj-$(CONFIG_BAREBOX_UPDATE) += imx-bbu-internal.o
obj-$(CONFIG_BAREBOX_UPDATE_IMX_EXTERNAL_NAND) += imx-bbu-external-nand.o
obj-$(CONFIG_RESET_IMX_SRC) += src.o
lwl-y += cpu_init.o
-pbl-y += xload-spi.o xload-esdhc.o xload-common.o xload-imx-nand.o
+pbl-y += xload-spi.o xload-common.o xload-imx-nand.o