summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2011-08-28 06:30:40 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-11-15 22:24:50 +0100
commit5d877f42126027fbb7d5e3d9491ffd7a93627359 (patch)
treed5bd13824408bd08311f6e1555ac8af3912bbf8a
parent237ce0fe97f9d4206011fcb9f509e50fef4ef2f0 (diff)
downloadtalos-obmc-uboot-5d877f42126027fbb7d5e3d9491ffd7a93627359.tar.gz
talos-obmc-uboot-5d877f42126027fbb7d5e3d9491ffd7a93627359.zip
PXA: vpac270: Enable the new generic MMC driver
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
-rw-r--r--board/vpac270/vpac270.c9
-rw-r--r--include/configs/vpac270.h3
2 files changed, 11 insertions, 1 deletions
diff --git a/board/vpac270/vpac270.c b/board/vpac270/vpac270.c
index 43bbdff70e..cf8e7b61db 100644
--- a/board/vpac270/vpac270.c
+++ b/board/vpac270/vpac270.c
@@ -21,6 +21,7 @@
#include <common.h>
#include <asm/arch/hardware.h>
+#include <asm/arch/regs-mmc.h>
#include <netdev.h>
#include <serial.h>
#include <asm/io.h>
@@ -72,6 +73,14 @@ void dram_init_banksize(void)
#endif
}
+#ifdef CONFIG_CMD_MMC
+int board_mmc_init(bd_t *bis)
+{
+ pxa_mmc_register(0);
+ return 0;
+}
+#endif
+
#ifdef CONFIG_CMD_USB
int usb_board_init(void)
{
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h
index 9db4d999b7..dd68c66dfa 100644
--- a/include/configs/vpac270.h
+++ b/include/configs/vpac270.h
@@ -107,7 +107,8 @@
*/
#ifdef CONFIG_CMD_MMC
#define CONFIG_MMC
-#define CONFIG_PXA_MMC
+#define CONFIG_GENERIC_MMC
+#define CONFIG_PXA_MMC_GENERIC
#define CONFIG_SYS_MMC_BASE 0xF0000000
#define CONFIG_CMD_FAT
#define CONFIG_CMD_EXT2
OpenPOWER on IntegriCloud