From 5b720a69f0d181ab2de6032a6e3f5a0ee4a14302 Mon Sep 17 00:00:00 2001 From: Randy Witt Date: Thu, 27 Aug 2015 19:42:43 -0700 Subject: 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. Signed-off-by: Randy Witt Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/conf/machine/qemuarm64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf index 7bbdad74a3..8459d0f3cd 100644 --- a/meta/conf/machine/qemuarm64.conf +++ b/meta/conf/machine/qemuarm64.conf @@ -9,4 +9,4 @@ MACHINE_FEATURES = "" KERNEL_IMAGETYPE = "Image" -SERIAL_CONSOLES = "38400;ttyAMA0 38400;ttyAMA1" +SERIAL_CONSOLES = "38400;ttyAMA0 38400;hvc0" -- cgit 1.2.3-korg