Skip to content
Snippets Groups Projects
Commit 4ef80679 authored by Macpaul Lin's avatar Macpaul Lin Committed by Macpaul Lin
Browse files

nds32/board.c: add PCI prompt at boot up


add PCI prompt at boot up for probing PCI device

Signed-off-by: default avatarMacpaul Lin <macpaul@andestech.com>
parent 3998586b
No related branches found
No related tags found
No related merge requests found
...@@ -365,6 +365,7 @@ void board_init_r(gd_t *id, ulong dest_addr) ...@@ -365,6 +365,7 @@ void board_init_r(gd_t *id, ulong dest_addr)
env_relocate(); env_relocate();
#if defined(CONFIG_CMD_PCI) || defined(CONFIG_PCI) #if defined(CONFIG_CMD_PCI) || defined(CONFIG_PCI)
puts("PCI: ");
nds32_pci_init(); nds32_pci_init();
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment