mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
ARM: omap3_beagle: Remove non-DM initialization
With DM_MMC working for both SPL and U-Boot, this patch removes
the legacy style of initializing the MMC driver.
Based on omap3_logic: 42140dd096
.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
This commit is contained in:
parent
cb83a7a0c3
commit
b2aac9c622
1 changed files with 0 additions and 7 deletions
|
@ -500,13 +500,6 @@ void set_muxconf_regs(void)
|
|||
MUX_BEAGLE();
|
||||
}
|
||||
|
||||
#if defined(CONFIG_MMC)
|
||||
int board_mmc_init(struct bd_info *bis)
|
||||
{
|
||||
return omap_mmc_init(0, 0, 0, -1, -1);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_MMC)
|
||||
void board_mmc_power_init(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue