X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fmx53evk.h;h=d1f684cbc5c1c7ee17203a75fce12dfccf863f84;hp=8fc415eb70c270bf14d38693e5372ba5a3e27298;hb=f04821a8ca714459481bd9fd315af2b5f92d99a6;hpb=01968b96a24414ff8f0735111907cbb750c7af43 diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 8fc415eb70..d1f684cbc5 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -131,7 +131,7 @@ "dhcp ${uimage}; bootm\0" \ #define CONFIG_BOOTCOMMAND \ - "if mmc rescan ${mmcdev}; then " \ + "mmc dev ${mmcdev}; if mmc rescan; then " \ "if run loadbootscript; then " \ "run bootscript; " \ "else " \