diff options
author | Wolfgang Denk <wd@denx.de> | 2011-07-19 22:27:07 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-07-19 22:27:07 +0200 |
commit | 74fac70084bb040342fafc3b0d2ef50fbe35646f (patch) | |
tree | 1407b62f99fa0b016d544b112a79cf6b3c5bc574 /include/configs | |
parent | 1bb5e9071f7598eb83e2015a2e9dfbdc18a4314d (diff) | |
parent | 8fd01b8f6b5b0d8bceec443f0a62b52afa7452a1 (diff) | |
download | u-boot-imx-74fac70084bb040342fafc3b0d2ef50fbe35646f.zip u-boot-imx-74fac70084bb040342fafc3b0d2ef50fbe35646f.tar.gz u-boot-imx-74fac70084bb040342fafc3b0d2ef50fbe35646f.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mmc
* 'master' of git://git.denx.de/u-boot-mmc:
mmc: rescan fails on empty slot
AT91:mmc:fix multiple read/write error
mmc: Access mode validation for eMMC cards > 2 GiB
mmc: sh_mmcif: add support for Renesas MMCIF
mmc: fix the condition for MMC version 4
MMC: add marvell sdhci driver
MMC: add sdhci generic framework
MMC: add erase function to both mmc and sd
MMC: unify mmc read and write operation
mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony
mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/harmony.h | 11 | ||||
-rw-r--r-- | include/configs/seaboard.h | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/include/configs/harmony.h b/include/configs/harmony.h index 34bd899..89e4911 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 06ce3e2..7d29144 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 */ |