diff options
Diffstat (limited to 'include/configs/mx53_ard.h')
-rw-r--r-- | include/configs/mx53_ard.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 /* |