From eba860b0d9815216db5e7440bef168d44cea2d37 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Fri, 17 Jul 2020 14:03:48 -0700 Subject: xen: drop vars that duplicate hvc console from the r-pi4 config These settings are not needed here. Serial configuration is done in the bsp layer. Tested and working on the Raspberry Pi 4. Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- conf/distro/include/meta-virt-xen.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf') diff --git a/conf/distro/include/meta-virt-xen.inc b/conf/distro/include/meta-virt-xen.inc index 2c8ef0b0..b61f612a 100644 --- a/conf/distro/include/meta-virt-xen.inc +++ b/conf/distro/include/meta-virt-xen.inc @@ -6,9 +6,6 @@ PACKAGECONFIG_append_pn-qemu_arm = " fdt" PACKAGECONFIG_append_pn-qemu_aarch64 = " fdt" # Raspberry Pi settings -# - Xen guest console -KERNEL_CONSOLE = "hvc0" -SERIAL_CONSOLES = "115200;hvc0" # - Xen uses u-boot for configuration and uses the uart RPI_USE_U_BOOT = "1" ENABLE_UART = "1" -- cgit v1.2.3-54-g00ecf