From: Macpaul Lin Date: Fri, 25 Nov 2011 09:14:51 +0000 (+0800) Subject: nds32/board.c: add PCI prompt at boot up X-Git-Tag: v2012.04-rc1~99^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4ef806794a165252d69c519d868a746e4cfa9729;p=u-boot nds32/board.c: add PCI prompt at boot up add PCI prompt at boot up for probing PCI device Signed-off-by: Macpaul Lin --- 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