mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 07:16:59 +00:00
ARM: at91: ma5d4: Init SD/MMC controller in SPL
Init the controllers, otherwise the board cannot boot from SD/MMC. This boot option is new on rev. 2.1 SoM . Signed-off-by: Marek Vasut <marex@denx.de> Cc: Andreas Bießmann <andreas.devel@googlemail.com>
This commit is contained in:
parent
cdc12eed1f
commit
24257db071
1 changed files with 6 additions and 0 deletions
|
@ -337,7 +337,13 @@ int board_eth_init(bd_t *bis)
|
|||
#ifdef CONFIG_SPL_BUILD
|
||||
void spl_board_init(void)
|
||||
{
|
||||
#ifdef CONFIG_ATMEL_SPI
|
||||
ma5d4evk_spi0_hw_init();
|
||||
#endif
|
||||
#ifdef CONFIG_GENERIC_ATMEL_MCI
|
||||
ma5d4evk_mci0_hw_init();
|
||||
ma5d4evk_mci1_hw_init();
|
||||
#endif
|
||||
}
|
||||
|
||||
static void ddr2_conf(struct atmel_mpddrc_config *ddr2)
|
||||
|
|
Loading…
Add table
Reference in a new issue