diff options
author | Terry Lv <r65388@freescale.com> | 2010-06-25 15:25:14 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-07-08 14:35:36 +0800 |
commit | d6141b1640edd06e59e431baf1ab87b0894f22f3 (patch) | |
tree | b01040ce51f8e8634c973ef327ce56cec793a960 /include/configs/mx51_3stack.h | |
parent | e362247d0a17c4702835b0889e1149fa270976f2 (diff) | |
download | u-boot-imx-d6141b1640edd06e59e431baf1ab87b0894f22f3.zip u-boot-imx-d6141b1640edd06e59e431baf1ab87b0894f22f3.tar.gz u-boot-imx-d6141b1640edd06e59e431baf1ab87b0894f22f3.tar.bz2 |
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 <r65388@freescale.com>
Diffstat (limited to 'include/configs/mx51_3stack.h')
-rw-r--r-- | include/configs/mx51_3stack.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 /* |