mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
Merge pull request #41 from rockyzhang/patch-2
passing 'video' command line to Juno kernel
This commit is contained in:
commit
6207f79f01
@ -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,
|
||||
}
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user