diff options
Diffstat (limited to 'include/configs/mx53_smd.h')
-rw-r--r-- | include/configs/mx53_smd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx53_smd.h b/include/configs/mx53_smd.h index f19ea5047aa..2ed27ab891f 100644 --- a/include/configs/mx53_smd.h +++ b/include/configs/mx53_smd.h @@ -130,7 +130,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_mmc\0" \ \ |