summaryrefslogtreecommitdiffstats
path: root/include/configs/openrd.h
diff options
context:
space:
mode:
authorDrEagle <dreagle@doukki.net>2014-07-25 21:07:30 +0200
committerPantelis Antoniou <panto@antoniou-consulting.com>2014-08-01 18:44:56 +0300
commit3fe3b4fb1c5adb00502276312696e38e9a7e9b5b (patch)
treeff56d9f7c7ad109a72a452d38b973fd9707b5c08 /include/configs/openrd.h
parent25b4adbba018633b943a99322bfb2fb819c0bafb (diff)
downloadtalos-obmc-uboot-3fe3b4fb1c5adb00502276312696e38e9a7e9b5b.tar.gz
talos-obmc-uboot-3fe3b4fb1c5adb00502276312696e38e9a7e9b5b.zip
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 'include/configs/openrd.h')
-rw-r--r--include/configs/openrd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/openrd.h b/include/configs/openrd.h
index 8fab6e63e3..3eb408f004 100644
--- a/include/configs/openrd.h
+++ b/include/configs/openrd.h
@@ -49,6 +49,7 @@
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_ENV
#define CONFIG_CMD_MII
+#define CONFIG_CMD_MMC
#define CONFIG_CMD_NAND
#define CONFIG_CMD_PING
#define CONFIG_CMD_USB
@@ -123,4 +124,11 @@
#define CONFIG_SYS_ATA_IDE1_OFFSET MV_SATA_PORT1_OFFSET
#endif /*CONFIG_MVSATA_IDE*/
+#ifdef CONFIG_CMD_MMC
+#define CONFIG_MMC
+#define CONFIG_GENERIC_MMC
+#define CONFIG_MVEBU_MMC
+#define CONFIG_SYS_MMC_BASE KW_SDIO_BASE
+#endif /* CONFIG_CMD_MMC */
+
#endif /* _CONFIG_OPENRD_BASE_H */
OpenPOWER on IntegriCloud