mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
riscv: sifive: initialize PCI on Unmatched
The Unmatched board is typically booted from NVMe which requires PCI. When dropping to a console PCI is not initialized yet. 'pci enum' has to be called. Change the configuration to call pci_init() in board_init_r(). Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Rick Chen <rick@andestech.com>
This commit is contained in:
parent
493c03f820
commit
cd24d0722a
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ CONFIG_DISPLAY_CPUINFO=y
|
|||
CONFIG_DISPLAY_BOARDINFO=y
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_ID_EEPROM=y
|
||||
CONFIG_PCI_INIT_R=y
|
||||
CONFIG_SPL_MAX_SIZE=0x100000
|
||||
CONFIG_SPL_BSS_START_ADDR=0x85000000
|
||||
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set
|
||||
|
|
Loading…
Reference in a new issue