mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01:00 
			
		
		
		
	board: freescale: t102xrdb: 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:
		| @@ -159,6 +159,8 @@ int board_early_init_r(void) | |||||||
| 	board_mux_lane(); | 	board_mux_lane(); | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | 	pci_init(); | ||||||
|  |  | ||||||
| 	return 0; | 	return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user