From 6dd2709514d0f5d151529681efa3430adf09a513 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Mon, 29 Mar 2010 12:01:00 +0800 Subject: ENGR00119033: System can not find MMC/SD card in SD slot 1 System can not find MMC/SD card in SD slot 1 when booting from Uboot. Signed-off-by: Terry Lv --- include/configs/mx51_bbg.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/configs/mx51_bbg.h') diff --git a/include/configs/mx51_bbg.h b/include/configs/mx51_bbg.h index 1887626..121c7a1 100644 --- a/include/configs/mx51_bbg.h +++ b/include/configs/mx51_bbg.h @@ -45,6 +45,8 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_SYS_64BIT_VSPRINTF + #define BOARD_LATE_INIT /* * Disabled for now due to build problems under Debian and a significant @@ -121,6 +123,9 @@ #define CONFIG_MMC 1 #define CONFIG_GENERIC_MMC #define CONFIG_IMX_MMC + #define CONFIG_SYS_FSL_ESDHC_NUM 2 + #define CONFIG_SYS_FSL_ESDHC_ADDR 0 + #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_DOS_PARTITION 1 #define CONFIG_CMD_FAT 1 #endif -- cgit v1.1