mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +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
|
||||
|
||||
#ifdef CONFIG_MVEBU_MMC
|
||||
int board_mmc_init(struct bd_info *bis)
|
||||
{
|
||||
mvebu_mmc_init(bis);
|
||||
return 0;
|
||||
}
|
||||
#endif /* CONFIG_MVEBU_MMC */
|
||||
|
|
Loading…
Reference in a new issue