X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fmx28evk.h;h=2916c710e412aae691a8aa6892c7c94251bbee77;hp=1443833c832bece7324507ab339614cc2ab7fde2;hb=c68436fa427a69ea308d74c410067507d6c7103b;hpb=6dc71c8d2a3183a37624ef19a0532e7f827d868f diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 1443833c83..2916c710e4 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -313,7 +313,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 " \