diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-14 10:38:37 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-14 10:38:37 +0200 |
commit | 8dc16cf9dd6196d99969d12741df186a61a2f9a3 (patch) | |
tree | 9a708a8fc9cfaa2cedbcb60900d72c3807b3e522 /include | |
parent | f84a7b8f54db51172a50926be8b2224413977f75 (diff) | |
parent | 0f1411bc8dade4472ca802f46f75714e67301bb0 (diff) | |
download | u-boot-imx-8dc16cf9dd6196d99969d12741df186a61a2f9a3.zip u-boot-imx-8dc16cf9dd6196d99969d12741df186a61a2f9a3.tar.gz u-boot-imx-8dc16cf9dd6196d99969d12741df186a61a2f9a3.tar.bz2 |
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6qsabre_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index 0965b8f..f5f115f 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -148,7 +148,7 @@ #define CONFIG_BOOTCOMMAND \ "mmc dev ${mmcdev};" \ - "if mmc rescan ${mmcdev}; then " \ + "if mmc rescan; then " \ "if run loadbootscript; then " \ "run bootscript; " \ "else " \ |