diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/cmd_mmc_spi.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/common/cmd_mmc_spi.c b/common/cmd_mmc_spi.c index 63fe31337..cfd0fb113 100644 --- a/common/cmd_mmc_spi.c +++ b/common/cmd_mmc_spi.c @@ -74,6 +74,7 @@ static int do_mmc_spi(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])  	}  	printf("%s: %d at %u:%u hz %u mode %u\n", mmc->name, mmc->block_dev.dev,  	       bus, cs, speed, mode); +	mmc_init(mmc);  	return 0;  usage: |