]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Remove unwanted MMC debugging
authorSimon Glass <sjg@chromium.org>
Wed, 29 Apr 2015 02:25:05 +0000 (20:25 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:16 +0000 (22:35 +0200)
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>
arch/x86/cpu/baytrail/valleyview.c

index a3e837d43e9cbbba4300de82f688bd8ccee0820f..9915da5bd7d0beb73a5822b2243f6ee57243cad8 100644 (file)
@@ -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));
 }