diff options
author | Yong-iL Joh <yong-il.joh@windriver.com> | 2017-04-18 20:13:01 +0900 |
---|---|---|
committer | Yong-iL Joh <yong-il.joh@windriver.com> | 2017-04-18 20:13:01 +0900 |
commit | 108fdbb828b3b5ef3fe29b3ed9f93bd820cee6d8 (patch) | |
tree | 9a6f59a5443e73d165e0b651414cc402eda1f1b6 /meta-ivi-bsp/conf | |
parent | 959dfa43862d496c26600fe7dacb4139fc7a592d (diff) | |
download | meta-ivi-108fdbb828b3b5ef3fe29b3ed9f93bd820cee6d8.tar.gz meta-ivi-108fdbb828b3b5ef3fe29b3ed9f93bd820cee6d8.tar.bz2 meta-ivi-108fdbb828b3b5ef3fe29b3ed9f93bd820cee6d8.zip |
vexpressa9: remove "console=tty"
- if running qemu with nographic option, console=tty cause to block to boot
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
Diffstat (limited to 'meta-ivi-bsp/conf')
-rw-r--r-- | meta-ivi-bsp/conf/machine/vexpressa9.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ivi-bsp/conf/machine/vexpressa9.conf b/meta-ivi-bsp/conf/machine/vexpressa9.conf index d4d61f0..6ca9332 100644 --- a/meta-ivi-bsp/conf/machine/vexpressa9.conf +++ b/meta-ivi-bsp/conf/machine/vexpressa9.conf @@ -24,6 +24,6 @@ QB_SYSTEM_NAME = "qemu-system-arm" QB_MEM = "-m 512" QB_MACHINE = "-machine vexpress-a9" QB_DTB="vexpress-v2p-ca9.dtb" -QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty" +QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200" QB_TAP_OPT = "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no -device virtio-net-device,netdev=net0,mac=@MAC@" QB_ROOTFS_OPT = "-drive id=disk0,file=@ROOTFS@,if=none,format=raw -device virtio-blk-device,drive=disk0" |