diff options
author | Wu, Josh <Josh.wu@atmel.com> | 2012-09-13 22:22:05 +0000 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2012-10-17 11:29:25 +0200 |
commit | 3a49cd7e1a26af6708b05d4877bb0254a08dded3 (patch) | |
tree | 5e6b6cc2910901a8b1fdb616b0c5604e8b1e71a1 /include/configs | |
parent | 1db7377a70a8d931c32648e717695133120d5456 (diff) | |
download | u-boot-imx-3a49cd7e1a26af6708b05d4877bb0254a08dded3.zip u-boot-imx-3a49cd7e1a26af6708b05d4877bb0254a08dded3.tar.gz u-boot-imx-3a49cd7e1a26af6708b05d4877bb0254a08dded3.tar.bz2 |
ARM: at91sam9x5: enable MCI0 support for 9x5ek board.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/at91sam9x5ek.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h index cbdc3e9..71f765b 100644 --- a/include/configs/at91sam9x5ek.h +++ b/include/configs/at91sam9x5ek.h @@ -89,6 +89,7 @@ #define CONFIG_CMD_DHCP #define CONFIG_CMD_NAND #define CONFIG_CMD_SF +#define CONFIG_CMD_MMC /* SDRAM */ #define CONFIG_NR_DRAM_BANKS 1 @@ -138,6 +139,15 @@ #define CONFIG_CMD_UBIFS #endif +/* MMC */ +#ifdef CONFIG_CMD_MMC +#define CONFIG_MMC +#define CONFIG_CMD_FAT +#define CONFIG_GENERIC_MMC +#define CONFIG_GENERIC_ATMEL_MCI +#define CONFIG_DOS_PARTITION +#endif + /* Ethernet */ #define CONFIG_MACB #define CONFIG_RMII |