summaryrefslogtreecommitdiffstats
path: root/arch/nds32/lib/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nds32/lib/board.c')
-rw-r--r--arch/nds32/lib/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c
index 66e45370cc..074aabf1e4 100644
--- 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
OpenPOWER on IntegriCloud