
-----Original Message----- From: Gérald Kerma [mailto:geraker@gmail.com] Sent: Friday, November 19, 2010 9:42 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Clint Adams Subject: [PATCH v2 2/2] Sheevaplug: Add MMC/SDIO support
include/configs/sheevaplug.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 83dd8ff..b944ec7 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -47,6 +47,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 @@ -90,6 +91,14 @@ "x_bootargs_root=root=/dev/mtdblock3 rw rootfstype=jffs2\0"
/*
- SDIO/MMC Card Configuration
- */
+#ifdef CONFIG_CMD_MMC +#define CONFIG_MMC +#define CONFIG_MV_SDIO +#endif /* CONFIG_CMD_MMC */
Please move this to mv-common.h, I think you have not synced with latest u-boot.
Regards.. Prafulla ..