projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426948d
)
arm: kirkwood: remove non-dm MMC driver init
author
Harm Berntsen
<harm.berntsen@nedap.com>
Tue, 30 Mar 2021 08:19:38 +0000
(10:19 +0200)
committer
Stefan Roese
<sr@denx.de>
Thu, 8 Apr 2021 06:50:52 +0000
(08:50 +0200)
No board uses this driver any more: remove it.
Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com>
Reviewed-by: Stefan Roese <sr@denx.de>
CC: Gerald Kerma <drEagle@doukki.net>
CC: Stefan Roese <sr@denx.de>
CC: Pantelis Antoniou <panto@antoniou-consulting.com>
arch/arm/mach-kirkwood/cpu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-kirkwood/cpu.c
b/arch/arm/mach-kirkwood/cpu.c
index 9c818fa45e8d89cc238663399b8845eab7e5d495..339ae7fd20db091f24e3ebcffbb2c1c280b684f2 100644
(file)
--- a/
arch/arm/mach-kirkwood/cpu.c
+++ b/
arch/arm/mach-kirkwood/cpu.c
@@
-279,10
+279,3
@@
int cpu_eth_init(struct bd_info *bis)
}
#endif
-#ifdef CONFIG_MVEBU_MMC
-int board_mmc_init(struct bd_info *bis)
-{
- mvebu_mmc_init(bis);
- return 0;
-}
-#endif /* CONFIG_MVEBU_MMC */