
19 Nov
2010
19 Nov
'10
5:11 p.m.
--- 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 */ + +/* * Ethernet Driver configuration */ #ifdef CONFIG_CMD_NET
--
1.7.1