mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-23 15:11:42 +00:00
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>
This commit is contained in:
parent
426948df2a
commit
af1ecc5925
1 changed files with 0 additions and 7 deletions
|
@ -279,10 +279,3 @@ int cpu_eth_init(struct bd_info *bis)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_MVEBU_MMC
|
|
||||||
int board_mmc_init(struct bd_info *bis)
|
|
||||||
{
|
|
||||||
mvebu_mmc_init(bis);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif /* CONFIG_MVEBU_MMC */
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue