mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	cm_fx6: fix video stdout in default environment
After migration to DM 'vga' name is not longer supported, change it to 'vidconsole' in the default environment. Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Nikita Kiryanov <nikita@compulab.co.il>
This commit is contained in:
		
							parent
							
								
									9cb895203a
								
							
						
					
					
						commit
						f94e54811a
					
				@ -49,8 +49,8 @@
 | 
			
		||||
	"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
 | 
			
		||||
	"fdtfile=undefined\0" \
 | 
			
		||||
	"stdin=serial,usbkbd\0" \
 | 
			
		||||
	"stdout=serial,vga\0" \
 | 
			
		||||
	"stderr=serial,vga\0" \
 | 
			
		||||
	"stdout=serial,vidconsole\0" \
 | 
			
		||||
	"stderr=serial,vidconsole\0" \
 | 
			
		||||
	"panel=HDMI\0" \
 | 
			
		||||
	"autoload=no\0" \
 | 
			
		||||
	"uImage=uImage-cm-fx6\0" \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user