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:
Marek Behún 2019-05-24 14:57:53 +02:00 committed by Stefan Roese
parent 27e3d4846d
commit 02aa5af922

View File

@ -412,6 +412,7 @@ int board_late_init(void)
set_regdomain();
handle_reset_button();
#endif
pci_init();
return 0;
}