mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	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:
		| @@ -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; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user