diff options
Diffstat (limited to 'include/configs/mx53_loco.h')
-rw-r--r-- | include/configs/mx53_loco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53_loco.h b/include/configs/mx53_loco.h index 75ea8e9..0f57f78 100644 --- a/include/configs/mx53_loco.h +++ b/include/configs/mx53_loco.h @@ -127,7 +127,7 @@ "bootargs_mmc=setenv bootargs ${bootargs} ip=dhcp " \ "root=/dev/mmcblk0p1 rootwait rw\0" \ "bootcmd_mmc=run bootargs_base bootargs_mmc; " \ - "mmc dev 0" \ + "mmc dev 0; " \ "mmc read ${loadaddr} 0x800 0x1800; bootm\0" \ "bootcmd=run bootcmd_mmc\0" \ \ |