From: Tom Warren <twarren.nvidia@gmail.com> Date: Tue, 31 May 2011 10:30:38 +0000 (+0000) Subject: mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony X-Git-Tag: v2025.01-rc5-pxa1908~19258^2~9 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=83800959a8e153130053ea1d0769e6205601735b;p=u-boot.git mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony Signed-off-by: Tom Warren <twarren@nvidia.com> Acked-by: Andy Fleming <afleming@freescale.com> --- diff --git a/include/configs/harmony.h b/include/configs/harmony.h index 34bd899174..89e4911244 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -47,4 +47,15 @@ #define CONFIG_SYS_BOARD_ODMDATA 0x300d8011 /* lp1, 1GB */ #define CONFIG_BOARD_EARLY_INIT_F + +/* SD/MMC */ +#define CONFIG_MMC +#define CONFIG_GENERIC_MMC +#define CONFIG_TEGRA2_MMC +#define CONFIG_CMD_MMC + +#define CONFIG_DOS_PARTITION +#define CONFIG_EFI_PARTITION +#define CONFIG_CMD_EXT2 +#define CONFIG_CMD_FAT #endif /* __CONFIG_H */ diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 06ce3e2b7c..7d2914472a 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -41,4 +41,15 @@ #define CONFIG_SYS_BOARD_ODMDATA 0x300d8011 /* lp1, 1GB */ #define CONFIG_BOARD_EARLY_INIT_F + +/* SD/MMC */ +#define CONFIG_MMC +#define CONFIG_GENERIC_MMC +#define CONFIG_TEGRA2_MMC +#define CONFIG_CMD_MMC + +#define CONFIG_DOS_PARTITION +#define CONFIG_EFI_PARTITION +#define CONFIG_CMD_EXT2 +#define CONFIG_CMD_FAT #endif /* __CONFIG_H */