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
arch/nds32/lib
|
@ -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