summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-04-28 20:25:05 -0600
committerSimon Glass <sjg@chromium.org>2015-04-29 21:02:32 -0600
commit40513861078d82a7fc8fe246ca6eeff89160d932 (patch)
tree467bbcf71bde5fe0e141cf7273be7aef44f44e17 /arch/x86
parent5b9000dd25052310ee2d76a295dbe77a2edc5f81 (diff)
downloadtalos-obmc-uboot-40513861078d82a7fc8fe246ca6eeff89160d932.tar.gz
talos-obmc-uboot-40513861078d82a7fc8fe246ca6eeff89160d932.zip
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>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/cpu/baytrail/valleyview.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/baytrail/valleyview.c b/arch/x86/cpu/baytrail/valleyview.c
index a3e837d43e..9915da5bd7 100644
--- a/arch/x86/cpu/baytrail/valleyview.c
+++ b/arch/x86/cpu/baytrail/valleyview.c
@@ -16,7 +16,6 @@ static struct pci_device_id mmc_supported[] = {
int cpu_mmc_init(bd_t *bis)
{
- printf("mmc init\n");
return pci_mmc_init("ValleyView SDHCI", mmc_supported,
ARRAY_SIZE(mmc_supported));
}
OpenPOWER on IntegriCloud