mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
3998586bce
commit
4ef806794a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue