arm: mvebu: turris_omnia: call pci_init from board init code
authorMarek Behún <marek.behun@nic.cz>
Fri, 24 May 2019 12:57:53 +0000 (14:57 +0200)
committerStefan Roese <sr@denx.de>
Thu, 11 Jul 2019 08:58:02 +0000 (10:58 +0200)
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>
board/CZ.NIC/turris_omnia/turris_omnia.c

index cddde50b965f3c6318bb9914a65502604ab5e6db..eee150892a4999cd0addb46ff0334035d01cee5f 100644 (file)
@@ -412,6 +412,7 @@ int board_late_init(void)
        set_regdomain();
        handle_reset_button();
 #endif
+       pci_init();
 
        return 0;
 }