mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
arm: mvebu: turris_omnia: call pci_init from board init code
We always want to enumerate PCIe devices, because withouth this they won't work in Linux. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
27e3d4846d
commit
02aa5af922
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ int board_late_init(void)
|
|||
set_regdomain();
|
||||
handle_reset_button();
|
||||
#endif
|
||||
pci_init();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue