commit | b381d913c695c277b85d90bc9940e1ac3424597b | [log] [tgz] |
---|---|---|
author | Macpaul Lin <macpaul@andestech.com> | Fri Nov 18 17:01:31 2011 +0800 |
committer | Macpaul Lin <macpaul@andestech.com> | Fri Nov 18 17:27:12 2011 +0800 |
tree | a65b2038ce95e5c8e67577cb5e21345fc6e0c5f0 | |
parent | 1850f00c09ee2362544644297a74ffa1ed0bf68a [diff] |
nds32/lib: add ide generic support Add ide generic support. Signed-off-by: Macpaul Lin <macpaul@andestech.com>
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 @@ 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);