[PATCH v2 4/8] arm: kirkwood: remove non-dm MMC driver init
Harm Berntsen
harm.berntsen at nedap.com
Tue Mar 30 10:19:38 CEST 2021
No board uses this driver any more: remove it.
Signed-off-by: Harm Berntsen <harm.berntsen at nedap.com>
Reviewed-by: Stefan Roese <sr at denx.de>
CC: Gerald Kerma <drEagle at doukki.net>
CC: Stefan Roese <sr at denx.de>
CC: Pantelis Antoniou <panto at antoniou-consulting.com>
---
(no changes since v1)
arch/arm/mach-kirkwood/cpu.c | 7 -------
1 file changed, 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 */
--
2.31.1
More information about the U-Boot
mailing list