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/mx25_3stack.h | 5 +++++ include/configs/mx28_evk.h | 3 +++ include/configs/mx35_3stack.h | 2 ++ include/configs/mx35_3stack_mmc.h | 10 ++++++++-- include/configs/mx51_3stack.h | 5 +++++ include/configs/mx51_3stack_android.h | 5 +++++ include/configs/mx51_bbg.h | 5 +++++ include/configs/mx51_bbg_android.h | 5 +++++ include/configs/mx53_evk.h | 5 +++++ 9 files changed, 43 insertions(+), 2 deletions(-) (limited to 'include/configs') diff --git a/include/configs/mx25_3stack.h b/include/configs/mx25_3stack.h index c58f2eb..fde7b12 100644 --- a/include/configs/mx25_3stack.h +++ b/include/configs/mx25_3stack.h @@ -53,6 +53,8 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_SYS_64BIT_VSPRINTF + #define BOARD_LATE_INIT #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ @@ -110,6 +112,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_IMX_ESDHC_V1 #define CONFIG_DOS_PARTITION 1 #define CONFIG_CMD_FAT 1 diff --git a/include/configs/mx28_evk.h b/include/configs/mx28_evk.h index a1ca1aa..8f0b31a 100644 --- a/include/configs/mx28_evk.h +++ b/include/configs/mx28_evk.h @@ -56,6 +56,8 @@ #define CONFIG_AUTO_COMPLETE /* Command auto complete */ #define CONFIG_CMDLINE_EDITING /* Command history etc */ +#define CONFIG_SYS_64BIT_VSPRINTF + /* * Boot Linux */ @@ -125,6 +127,7 @@ #define CONFIG_MMC #define CONFIG_IMX_SSP_MMC /* MMC driver based on SSP */ #define CONFIG_GENERIC_MMC +#define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_DOS_PARTITION #define CONFIG_CMD_FAT diff --git a/include/configs/mx35_3stack.h b/include/configs/mx35_3stack.h index 7af1888..89b9f39 100644 --- a/include/configs/mx35_3stack.h +++ b/include/configs/mx35_3stack.h @@ -35,6 +35,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 increase diff --git a/include/configs/mx35_3stack_mmc.h b/include/configs/mx35_3stack_mmc.h index b8e567a..c0c53fd 100644 --- a/include/configs/mx35_3stack_mmc.h +++ b/include/configs/mx35_3stack_mmc.h @@ -32,9 +32,14 @@ #define CONFIG_MX35 1 /* in a mx31 */ #define CONFIG_MX35_HCLK_FREQ 24000000 /* RedBoot says 26MHz */ +#define CONFIG_ARCH_CPU_INIT +#define CONFIG_ARCH_MMU + #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 increase @@ -153,8 +158,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_PROMPT "MX35 U-Boot > " -#define CONFIG_ARCH_CPU_INIT -#define CONFIG_ARCH_MMU #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ /* Print Buffer Size */ @@ -196,6 +199,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 diff --git a/include/configs/mx51_3stack.h b/include/configs/mx51_3stack.h index d4af081..31cf943 100644 --- a/include/configs/mx51_3stack.h +++ b/include/configs/mx51_3stack.h @@ -46,6 +46,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 @@ -110,6 +112,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 diff --git a/include/configs/mx51_3stack_android.h b/include/configs/mx51_3stack_android.h index 24d43f3..752fcd7 100644 --- a/include/configs/mx51_3stack_android.h +++ b/include/configs/mx51_3stack_android.h @@ -46,6 +46,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 @@ -204,6 +206,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 #define CONFIG_CMD_EXT2 1 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 diff --git a/include/configs/mx51_bbg_android.h b/include/configs/mx51_bbg_android.h index 97e5ff3..a0bb39e 100644 --- a/include/configs/mx51_bbg_android.h +++ b/include/configs/mx51_bbg_android.h @@ -46,6 +46,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 @@ -247,6 +249,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 #define CONFIG_CMD_EXT2 1 diff --git a/include/configs/mx53_evk.h b/include/configs/mx53_evk.h index b65643d..b327a92 100644 --- a/include/configs/mx53_evk.h +++ b/include/configs/mx53_evk.h @@ -44,6 +44,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 @@ -184,6 +186,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 #define CONFIG_CMD_EXT2 1 -- cgit v1.1