From d6141b1640edd06e59e431baf1ab87b0894f22f3 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Fri, 25 Jun 2010 15:25:14 +0800 Subject: ENGR00124627: Dynamic SD slot support for env data. MMC init failed when boot with upper SD slot while succesful with lower slot. This patch will fix it. Signed-off-by: Terry Lv --- include/configs/mx51_3stack.h | 1 + include/configs/mx51_3stack_android.h | 1 + include/configs/mx51_bbg.h | 1 + include/configs/mx51_bbg_android.h | 1 + 4 files changed, 4 insertions(+) (limited to 'include/configs') diff --git a/include/configs/mx51_3stack.h b/include/configs/mx51_3stack.h index 31cf943..354523c 100644 --- a/include/configs/mx51_3stack.h +++ b/include/configs/mx51_3stack.h @@ -117,6 +117,7 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_DOS_PARTITION 1 #define CONFIG_CMD_FAT 1 + #define CONFIG_SYS_FSL_ESDHC_NUM 1 #endif /* diff --git a/include/configs/mx51_3stack_android.h b/include/configs/mx51_3stack_android.h index 752fcd7..3189269 100644 --- a/include/configs/mx51_3stack_android.h +++ b/include/configs/mx51_3stack_android.h @@ -212,6 +212,7 @@ #define CONFIG_DOS_PARTITION 1 #define CONFIG_CMD_FAT 1 #define CONFIG_CMD_EXT2 1 + #define CONFIG_SYS_FSL_ESDHC_NUM 1 #endif /* diff --git a/include/configs/mx51_bbg.h b/include/configs/mx51_bbg.h index 252b1d8..76d718e 100644 --- a/include/configs/mx51_bbg.h +++ b/include/configs/mx51_bbg.h @@ -129,6 +129,7 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_DOS_PARTITION 1 #define CONFIG_CMD_FAT 1 + #define CONFIG_DYNAMIC_MMC_DEVNO #endif /* diff --git a/include/configs/mx51_bbg_android.h b/include/configs/mx51_bbg_android.h index 5f7435d..79aae09 100644 --- a/include/configs/mx51_bbg_android.h +++ b/include/configs/mx51_bbg_android.h @@ -256,6 +256,7 @@ #define CONFIG_DOS_PARTITION 1 #define CONFIG_CMD_FAT 1 #define CONFIG_CMD_EXT2 1 + #define CONFIG_DYNAMIC_MMC_DEVNO #endif /* -- cgit v1.1