From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?G=E9rald_Kerma?= Date: Fri, 19 Nov 2010 17:11:30 +0100 Subject: [U-Boot] [PATCH v2 2/2] Sheevaplug: Add MMC/SDIO support In-Reply-To: References: Message-ID: <4CE6A1B2.1040100@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de --- 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