mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +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();
|
set_regdomain();
|
||||||
handle_reset_button();
|
handle_reset_button();
|
||||||
#endif
|
#endif
|
||||||
|
pci_init();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue