mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 14:00:19 +00:00 
			
		
		
		
	distro_bootcmd: Update DM_PCI check
Now that driver model is always used, check for PCI. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Update logic, reword] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
		
							parent
							
								
									6b4a2a5c86
								
							
						
					
					
						commit
						e15ba68029
					
				@ -265,7 +265,7 @@
 | 
			
		||||
	BOOT_TARGET_DEVICES_references_IDE_without_CONFIG_IDE
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(CONFIG_DM_PCI)
 | 
			
		||||
#if defined(CONFIG_PCI)
 | 
			
		||||
#define BOOTENV_RUN_PCI_ENUM "run boot_pci_enum; "
 | 
			
		||||
#define BOOTENV_SHARED_PCI \
 | 
			
		||||
	"boot_pci_enum=pci enum\0"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user