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
@ -412,6 +412,7 @@ int board_late_init(void)
|
||||
set_regdomain();
|
||||
handle_reset_button();
|
||||
#endif
|
||||
pci_init();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user