From 3d7fa1dc1c9ea7e03abc89d7b1b2193305564fab Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Fri, 12 Aug 2011 12:49:30 +0800 Subject: ENGR00154666-1: Align u-boot mmc command with community Modifications on config files. 1. Remove CONFIG_BOOT_PARTITION_ACCESS. 2. Change all mmc read command in default env configs. Signed-off-by: Terry Lv --- include/configs/mx53_ard.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/configs/mx53_ard.h') diff --git a/include/configs/mx53_ard.h b/include/configs/mx53_ard.h index 74661c3..c7d8ddb 100644 --- a/include/configs/mx53_ard.h +++ b/include/configs/mx53_ard.h @@ -135,7 +135,8 @@ "bootargs_mmc=setenv bootargs ${bootargs} ip=dhcp " \ "root=/dev/mmcblk0p1 rootwait rw\0" \ "bootcmd_mmc=run bootargs_base bootargs_mmc; " \ - "mmc read 0 ${loadaddr} 0x800 0x1800; bootm\0" \ + "mmc dev 0" \ + "mmc read ${loadaddr} 0x800 0x1800; bootm\0" \ "bootcmd=run bootcmd_net\0" \ @@ -222,8 +223,6 @@ /* detect whether ESDHC1 or ESDHC3 is boot device */ #define CONFIG_DYNAMIC_MMC_DEVNO - - #define CONFIG_BOOT_PARTITION_ACCESS #endif /* -- cgit v1.1