projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3998586
)
nds32/board.c: add PCI prompt at boot up
author
Macpaul Lin
<macpaul@andestech.com>
Fri, 25 Nov 2011 09:14:51 +0000
(17:14 +0800)
committer
Macpaul Lin
<macpaul@gmail.com>
Tue, 28 Feb 2012 05:21:40 +0000
(13:21 +0800)
add PCI prompt at boot up for probing PCI device
Signed-off-by: Macpaul Lin <macpaul@andestech.com>
arch/nds32/lib/board.c
patch
|
blob
|
history
diff --git
a/arch/nds32/lib/board.c
b/arch/nds32/lib/board.c
index 66e45370ccb464cc12fac015e162cceb7d7d123c..074aabf1e41e85171a7327c8dfc5fa95f402060f 100644
(file)
--- a/
arch/nds32/lib/board.c
+++ b/
arch/nds32/lib/board.c
@@
-365,6
+365,7
@@
void board_init_r(gd_t *id, ulong dest_addr)
env_relocate();
#if defined(CONFIG_CMD_PCI) || defined(CONFIG_PCI)
+ puts("PCI: ");
nds32_pci_init();
#endif