]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc_spi: add mmc_init call
authorThomas Chou <thomas@wytron.com.tw>
Sun, 17 Apr 2011 21:00:46 +0000 (21:00 +0000)
committerAndy Fleming <afleming@freescale.com>
Fri, 29 Apr 2011 08:20:01 +0000 (03:20 -0500)
commit28df15e0234a773cfec98c2775915abe1472db3c
tree944254f571bf44721a91f5413af31686193eec50
parentf0c64526b7e51ba997a0f1baf9e74e6d497b957e
mmc_spi: add mmc_init call

As Andy Fleming suggested, we can call mmc_init() in mmc_spi command.
So that we don't need to run mmcinfo command next.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
common/cmd_mmc_spi.c