commit | e1c7c8ac70f68d58754cf53e1317b83aaea12d72 | [log] [tgz] |
---|---|---|
author | Andrew Bradford <andrew@bradfordembedded.com> | Mon Oct 01 05:06:52 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Oct 23 08:33:17 2012 -0700 |
tree | 69e650ccb25e034c0e56bf8fb78841d7e3847f32 | |
parent | a9874644b50dd0609cd20c027510349f610b8cd8 [diff] |
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>