projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b9000d
)
x86: Remove unwanted MMC debugging
author
Simon Glass
<sjg@chromium.org>
Wed, 29 Apr 2015 02:25:05 +0000
(20:25 -0600)
committer
Simon Glass
<sjg@chromium.org>
Thu, 30 Apr 2015 03:02:32 +0000
(21:02 -0600)
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
patch
|
blob
|
history
diff --git
a/arch/x86/cpu/baytrail/valleyview.c
b/arch/x86/cpu/baytrail/valleyview.c
index a3e837d43e9cbbba4300de82f688bd8ccee0820f..9915da5bd7d0beb73a5822b2243f6ee57243cad8 100644
(file)
--- 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));
}