mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 10:21:25 +01:00 
			
		
		
		
	sh: r2dplus: Add pci enum to preboot
The ethernet on r2dplus is on PCI bus, enumerate the PCI early to get the ethernet operational. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
		
							parent
							
								
									46a378b8e3
								
							
						
					
					
						commit
						7bee46fd40
					
				@ -8,6 +8,8 @@ CONFIG_TARGET_R2DPLUS=y
 | 
				
			|||||||
CONFIG_BOOTDELAY=-1
 | 
					CONFIG_BOOTDELAY=-1
 | 
				
			||||||
CONFIG_USE_BOOTARGS=y
 | 
					CONFIG_USE_BOOTARGS=y
 | 
				
			||||||
CONFIG_BOOTARGS="console=ttySC0,115200"
 | 
					CONFIG_BOOTARGS="console=ttySC0,115200"
 | 
				
			||||||
 | 
					CONFIG_USE_PREBOOT=y
 | 
				
			||||||
 | 
					CONFIG_PREBOOT="pci enum"
 | 
				
			||||||
CONFIG_HUSH_PARSER=y
 | 
					CONFIG_HUSH_PARSER=y
 | 
				
			||||||
CONFIG_CMD_IMLS=y
 | 
					CONFIG_CMD_IMLS=y
 | 
				
			||||||
CONFIG_CMD_DM=y
 | 
					CONFIG_CMD_DM=y
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user