]> Git Repo - J-u-boot.git/commitdiff
mx6qsabre{sd, auto}: Fix environment as 'mmc rescan' takes no arguments
authorOtavio Salvador <[email protected]>
Wed, 10 Apr 2013 16:55:50 +0000 (16:55 +0000)
committerStefano Babic <[email protected]>
Sat, 13 Apr 2013 15:44:37 +0000 (17:44 +0200)
Signed-off-by: Otavio Salvador <[email protected]>
Acked-by: Fabio Estevam <[email protected]>
include/configs/mx6qsabre_common.h

index 0965b8f8d6d97e4967f0b4cb9be10833769402d4..f5f115fa009269a1214cdac20f3053af7729436b 100644 (file)
 
 #define CONFIG_BOOTCOMMAND \
        "mmc dev ${mmcdev};" \
-       "if mmc rescan ${mmcdev}; then " \
+       "if mmc rescan; then " \
                "if run loadbootscript; then " \
                "run bootscript; " \
                "else " \
This page took 0.038753 seconds and 4 git commands to generate.