qemuarm64.conf: Make the second serial console /dev/hvc0

Since the qemu for aarch64 must use a virtual console for the second
serial port rather than emulating actual hardware, make sure the correct
device is specified so that a tty is actually started.

(From OE-Core rev: 5b720a69f0d181ab2de6032a6e3f5a0ee4a14302)

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Randy Witt 2015-08-27 19:42:43 -07:00 committed by Richard Purdie
parent a8a061b91d
commit f44e043c75
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ MACHINE_FEATURES = ""
KERNEL_IMAGETYPE = "Image"
SERIAL_CONSOLES = "38400;ttyAMA0 38400;ttyAMA1"
SERIAL_CONSOLES = "38400;ttyAMA0 38400;hvc0"