Re: [U-Boot] [PATCH] configs: Fix usage of mmc rescan

2012-10-17 Thread Tom Rini
On Mon, Oct 01, 2012 at 11:06:52AM -0400, Andrew Bradford wrote: > 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

[U-Boot] [PATCH] configs: Fix usage of mmc rescan

2012-10-01 Thread Andrew Bradford
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 --- include/configs/am335x_evm.h|2 +- include/configs/am3517_crane