From: Fabio Estevam <[email protected]> No need to call 'mmc dev' twice.
Signed-off-by: Fabio Estevam <[email protected]> --- include/configs/wandboard.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index c4fb704..00c656e 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -150,7 +150,6 @@ "fi;\0" #define CONFIG_BOOTCOMMAND \ - "mmc dev ${mmcdev};" \ "mmc dev ${mmcdev}; if mmc rescan; then " \ "if run loadbootscript; then " \ "run bootscript; " \ -- 1.7.9.5 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

