x86: Remove unwanted MMC debugging
This printf() should not have made it into the code. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
5b9000dd25
commit
4051386107
@ -16,7 +16,6 @@ static struct pci_device_id mmc_supported[] = {
|
|||||||
|
|
||||||
int cpu_mmc_init(bd_t *bis)
|
int cpu_mmc_init(bd_t *bis)
|
||||||
{
|
{
|
||||||
printf("mmc init\n");
|
|
||||||
return pci_mmc_init("ValleyView SDHCI", mmc_supported,
|
return pci_mmc_init("ValleyView SDHCI", mmc_supported,
|
||||||
ARRAY_SIZE(mmc_supported));
|
ARRAY_SIZE(mmc_supported));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user