diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2020-07-17 14:03:48 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-20 14:47:15 -0400 |
commit | eba860b0d9815216db5e7440bef168d44cea2d37 (patch) | |
tree | 7d08b7c4b8aef28a66bd7cd9a6ad0028137e1ab8 /conf/distro | |
parent | 5f0ded3423e010a23ac617f7811469e6c4b783b8 (diff) | |
download | meta-virtualization-eba860b0d9815216db5e7440bef168d44cea2d37.tar.gz |
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 <christopher.w.clark@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/meta-virt-xen.inc | 3 |
1 files changed, 0 insertions, 3 deletions
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" | |||
6 | PACKAGECONFIG_append_pn-qemu_aarch64 = " fdt" | 6 | PACKAGECONFIG_append_pn-qemu_aarch64 = " fdt" |
7 | 7 | ||
8 | # Raspberry Pi settings | 8 | # Raspberry Pi settings |
9 | # - Xen guest console | ||
10 | KERNEL_CONSOLE = "hvc0" | ||
11 | SERIAL_CONSOLES = "115200;hvc0" | ||
12 | # - Xen uses u-boot for configuration and uses the uart | 9 | # - Xen uses u-boot for configuration and uses the uart |
13 | RPI_USE_U_BOOT = "1" | 10 | RPI_USE_U_BOOT = "1" |
14 | ENABLE_UART = "1" | 11 | ENABLE_UART = "1" |