mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 04:34:22 +08:00
nds32/lib: add ide generic support
Add ide generic support. Signed-off-by: Macpaul Lin <macpaul@andestech.com>
This commit is contained in:
parent
d21f6e583b
commit
a2308547d1
@ -351,6 +351,11 @@ void board_init_r(gd_t *id, ulong dest_addr)
|
||||
nand_init(); /* go init the NAND */
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_CMD_IDE)
|
||||
puts("IDE: ");
|
||||
ide_init();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_GENERIC_MMC
|
||||
puts("MMC: ");
|
||||
mmc_initialize(gd->bd);
|
||||
|
Loading…
Reference in New Issue
Block a user