board: freescale: t104xrdb: enumerate PCI devices

Call pci_init() to force PCI enumeration at probe time.

Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Camelia Groza 2023-07-11 15:49:24 +03:00 committed by Peng Fan
parent 8cdf82a3e7
commit 4e69a447fa

View file

@ -88,6 +88,9 @@ int board_early_init_r(void)
MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
0, flash_esel, BOOKE_PAGESZ_256M, 1);
#endif
pci_init();
return 0;
}