diff mbox

[U-Boot,v2,03/20] x86: Remove unwanted MMC debugging

Message ID 1430274322-14383-4-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass April 29, 2015, 2:25 a.m. UTC
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>
---

Changes in v2: None

 arch/x86/cpu/baytrail/valleyview.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass April 30, 2015, 4:21 a.m. UTC | #1
On 28 April 2015 at 20:25, Simon Glass <sjg@chromium.org> wrote:
> 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>
> ---
>
> Changes in v2: None
>
>  arch/x86/cpu/baytrail/valleyview.c | 1 -
>  1 file changed, 1 deletion(-)

Applied to u-boot-x86.
diff mbox

Patch

diff --git a/arch/x86/cpu/baytrail/valleyview.c b/arch/x86/cpu/baytrail/valleyview.c
index a3e837d..9915da5 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));
 }