mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	Merge pull request #41 from rockyzhang/patch-2
passing 'video' command line to Juno kernel
This commit is contained in:
		@@ -80,7 +80,8 @@ class Juno(BigLittleDevice):
 | 
			
		||||
                      'image_args': 'console=ttyAMA0,115200 '
 | 
			
		||||
                                    'earlyprintk=pl011,0x7ff80000 '
 | 
			
		||||
                                    'verbose debug init=/init '
 | 
			
		||||
                                    'root=/dev/sda1 rw ip=dhcp rootwait',
 | 
			
		||||
                                    'root=/dev/sda1 rw ip=dhcp rootwait '
 | 
			
		||||
                                    'video=DVI-D-1:1920x1080R@60',
 | 
			
		||||
                      'fdt_support': True,
 | 
			
		||||
                  }
 | 
			
		||||
                  ),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user