summaryrefslogtreecommitdiff
path: root/arch/arm/mach-kirkwood
diff options
context:
space:
mode:
authorHarm Berntsen <harm.berntsen@nedap.com>2021-03-30 10:19:38 +0200
committerStefan Roese <sr@denx.de>2021-04-08 08:50:52 +0200
commitaf1ecc592586565ffbdf2037f18c439c7eb90b9b (patch)
tree9267b287eed4795c1d7d435acbf76497d6635012 /arch/arm/mach-kirkwood
parent426948df2a23a1b4d5c2df2bf2c13ddc3989f823 (diff)
downloadu-boot-af1ecc592586565ffbdf2037f18c439c7eb90b9b.tar.gz
u-boot-af1ecc592586565ffbdf2037f18c439c7eb90b9b.tar.bz2
u-boot-af1ecc592586565ffbdf2037f18c439c7eb90b9b.zip
arm: kirkwood: remove non-dm MMC driver init
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>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r--arch/arm/mach-kirkwood/cpu.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-kirkwood/cpu.c b/arch/arm/mach-kirkwood/cpu.c
index 9c818fa45e..339ae7fd20 100644
--- 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 */