mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ARM: qca: ipq807x: Enabled eMMC initialization
Change-Id: I2322bf1011fcf39441e58fcd9695818108b697fd Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This commit is contained in:
parent
428fc1d379
commit
5500c77993
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ static int initr_onenand(void)
|
||||||
static int initr_mmc(void)
|
static int initr_mmc(void)
|
||||||
{
|
{
|
||||||
puts("MMC: ");
|
puts("MMC: ");
|
||||||
//mmc_initialize(gd->bd);
|
mmc_initialize(gd->bd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue