diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2006-12-17 18:56:46 +0100 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-04-14 16:14:06 +0200 |
commit | 8e6875183cdca91c134408d119d4abcd48ef6856 (patch) | |
tree | 8deb0ed677d6fedfb6f140f8d5f68f44065e8ed3 /include/configs | |
parent | fc26c97bb6df41b4a95662c34054fe912387bf38 (diff) | |
download | u-boot-imx-8e6875183cdca91c134408d119d4abcd48ef6856.zip u-boot-imx-8e6875183cdca91c134408d119d4abcd48ef6856.tar.gz u-boot-imx-8e6875183cdca91c134408d119d4abcd48ef6856.tar.bz2 |
AVR32: Enable MMC support
Set up the portmux for the MMC interface and enable the MMC driver
along with support for DOS partitions, ext2 and FAT filesystems.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/atstk1002.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 5e63ef8..ed3ee5a 100644 --- a/include/configs/atstk1002.h +++ b/include/configs/atstk1002.h @@ -68,6 +68,8 @@ #undef CONFIG_USART3 /* User serviceable stuff */ +#define CONFIG_DOS_PARTITION 1 + #define CONFIG_CMDLINE_TAG 1 #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1 @@ -138,11 +140,11 @@ /* | CFG_CMD_SAVES */ \ /* | CFG_CMD_SPI */ \ /* | CFG_CMD_PING */ \ - /* | CFG_CMD_MMC */ \ - /* | CFG_CMD_FAT */ \ + | CFG_CMD_MMC \ + | CFG_CMD_FAT \ | CFG_CMD_IMLS \ /* | CFG_CMD_ITEST */ \ - /* | CFG_CMD_EXT2 */ \ + | CFG_CMD_EXT2 \ | CFG_CMD_JFFS2 \ ) @@ -153,6 +155,7 @@ #define CONFIG_PIO2 1 #define CFG_NR_PIOS 5 #define CFG_HSDRAMC 1 +#define CONFIG_MMC 1 #define CFG_DCACHE_LINESZ 32 #define CFG_ICACHE_LINESZ 32 |