diff options
-rw-r--r-- | meta/conf/machine/qemuarm64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |