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_bbg_android.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_bbg_android.h')
-rw-r--r-- | include/configs/mx51_bbg_android.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 /* |