diff options
author | Anish Trivedi <anish@freescale.com> | 2010-06-23 16:49:08 -0500 |
---|---|---|
committer | Anish Trivedi <anish@freescale.com> | 2010-06-24 09:47:41 -0500 |
commit | 429e9bb343c2c76dcf4aeaa3f4533f1dde09fb3a (patch) | |
tree | 6f8cb03ceb9c44f852d6edd6072d4cac04cca539 /include | |
parent | 3bd50a46e4453ca2492169e7add9cde0752442e2 (diff) | |
download | u-boot-imx-429e9bb343c2c76dcf4aeaa3f4533f1dde09fb3a.zip u-boot-imx-429e9bb343c2c76dcf4aeaa3f4533f1dde09fb3a.tar.gz u-boot-imx-429e9bb343c2c76dcf4aeaa3f4533f1dde09fb3a.tar.bz2 |
ENGR00124652 UBOOT: MX53 env fails to load when booting from 2nd slot
Added dynamic check for which sd slot used for boot
Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx53_evk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx53_evk.h b/include/configs/mx53_evk.h index e139840..730f104 100644 --- a/include/configs/mx53_evk.h +++ b/include/configs/mx53_evk.h @@ -199,6 +199,9 @@ #define CONFIG_CMD_FAT 1 #define CONFIG_CMD_EXT2 1 + /* detect whether ESDHC1 or ESDHC3 is boot device */ + #define CONFIG_DYNAMIC_MMC_DEVNO + #define CONFIG_BOOT_PARTITION_ACCESS #endif |