diff options
author | DrEagle <dreagle@doukki.net> | 2014-07-25 21:07:30 +0200 |
---|---|---|
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | 2014-08-01 18:44:56 +0300 |
commit | 3fe3b4fb1c5adb00502276312696e38e9a7e9b5b (patch) | |
tree | ff56d9f7c7ad109a72a452d38b973fd9707b5c08 /drivers/mmc/Makefile | |
parent | 25b4adbba018633b943a99322bfb2fb819c0bafb (diff) | |
download | u-boot-imx-3fe3b4fb1c5adb00502276312696e38e9a7e9b5b.zip u-boot-imx-3fe3b4fb1c5adb00502276312696e38e9a7e9b5b.tar.gz u-boot-imx-3fe3b4fb1c5adb00502276312696e38e9a7e9b5b.tar.bz2 |
ARM: kirkwood: add mvsdio driver
This patch add Marvell kirkwood MVSDIO/MMC driver
and enable it for Sheevaplugs and OpenRD boards.
Signed-off-by: Gerald Kerma <drEagle@doukki.net>
Reviewed-by: Stefan Roese <sr@denx.de>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r-- | drivers/mmc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile index 34febf5..f5be96f 100644 --- a/drivers/mmc/Makefile +++ b/drivers/mmc/Makefile @@ -37,3 +37,4 @@ obj-$(CONFIG_SPL_MMC_BOOT) += fsl_esdhc_spl.o else obj-$(CONFIG_GENERIC_MMC) += mmc_write.o endif +obj-$(CONFIG_MVEBU_MMC) += mvebu_mmc.o |