board: freescale: t4240rdb: 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:19 +03:00 committed by Peng Fan
parent 2a72af59c0
commit baa807f815

View file

@ -86,6 +86,8 @@ int board_early_init_r(void)
if (adjust_vdd(0))
printf("Warning: Adjusting core voltage failed.\n");
pci_init();
return 0;
}