From 4ef806794a165252d69c519d868a746e4cfa9729 Mon Sep 17 00:00:00 2001
From: Macpaul Lin <macpaul@andestech.com>
Date: Fri, 25 Nov 2011 17:14:51 +0800
Subject: [PATCH] nds32/board.c: add PCI prompt at boot up

add PCI prompt at boot up for probing PCI device

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
---
 arch/nds32/lib/board.c | 1 +
 1 file changed, 1 insertion(+)

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
 
-- 
2.39.5