Merge "ARM: qca: ipq807x: Enabled eMMC initialization"

This commit is contained in:
Linux Build Service Account 2017-05-30 02:32:36 -07:00 committed by Gerrit - the friendly Code Review server
commit da0d924ef5

View file

@ -439,7 +439,7 @@ static int initr_onenand(void)
static int initr_mmc(void)
{
puts("MMC: ");
//mmc_initialize(gd->bd);
mmc_initialize(gd->bd);
return 0;
}
#endif