]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
configs: Fix usage of mmc rescan
authorAndrew Bradford <andrew@bradfordembedded.com>
Mon, 1 Oct 2012 05:06:52 +0000 (05:06 +0000)
committerTom Rini <trini@ti.com>
Tue, 23 Oct 2012 15:33:17 +0000 (08:33 -0700)
commit669681104daac2bfbdc733d7426b19e358eced8a
tree69e650ccb25e034c0e56bf8fb78841d7e3847f32
parent391a741162861a887fd226e53048aad2daed62fd
configs: Fix usage of mmc rescan

Fix usage of 'mmc rescan' by many configs.  Proper use is
'mmc dev ${mmcdev}; mmc rescan' to set the mmc device and then rescan
the device.  'mmc rescan' itself does not take any arguments.

Signed-off-by: Andrew Bradford <andrew@bradfordembedded.com>
22 files changed:
include/configs/am335x_evm.h
include/configs/am3517_crane.h
include/configs/am3517_evm.h
include/configs/cm_t35.h
include/configs/devkit8000.h
include/configs/igep00x0.h
include/configs/mx28evk.h
include/configs/mx51evk.h
include/configs/mx53ard.h
include/configs/mx53evk.h
include/configs/mx53loco.h
include/configs/mx53smd.h
include/configs/mx6qarm2.h
include/configs/mx6qsabrelite.h
include/configs/omap3_beagle.h
include/configs/omap3_evm.h
include/configs/omap3_logic.h
include/configs/omap3_overo.h
include/configs/omap3_zoom1.h
include/configs/omap4_common.h
include/configs/omap5_evm.h
include/configs/tricorder.h