1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-06-20 15:26:00 +01:00

Merge pull request from rockyzhang/patch-2

passing 'video' command line to Juno kernel
This commit is contained in:
setrofim
2015-07-21 18:09:45 +01:00

@ -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,
}
),