]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: kirkwood: remove non-dm MMC driver init
authorHarm Berntsen <harm.berntsen@nedap.com>
Tue, 30 Mar 2021 08:19:38 +0000 (10:19 +0200)
committerStefan 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

index 9c818fa45e8d89cc238663399b8845eab7e5d495..339ae7fd20db091f24e3ebcffbb2c1c280b684f2 100644 (file)
@@ -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 */