mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-20 15:26:00 +01: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