[U-Boot] [PATCH] nds32/lib: add ide generic support

18 Nov
2011
18 Nov
'11
10:13 a.m.
Add ide generic support.
Signed-off-by: Macpaul Lin macpaul@andestech.com --- arch/nds32/lib/board.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c index 2fd0e93..66e4537 100644 --- a/arch/nds32/lib/board.c +++ b/arch/nds32/lib/board.c @@ -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);
--
1.7.3.5

18 Nov
18 Nov
10:22 a.m.
Hi Macpaul,
2011/11/18 Macpaul Lin macpaul@andestech.com:
Add ide generic support.
Signed-off-by: Macpaul Lin macpaul@andestech.com
Applied to u-boot-nds32/master. Thanks.
--
Best regards,
Macpaul Lin
4927
Age (days ago)
4927
Last active (days ago)
1 comments
2 participants
participants (2)
-
Macpaul Lin
-
Macpaul Lin