From 24307955a2edf9e112ab815c139ceab83b3d4072 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 22 Jan 2022 16:37:11 +0100 Subject: [PATCH] configs/qemu_aarch64_virt_defconfig: don't hard code getty port The Linux defconfig both has VT and serial port support, so it makes more sense to run getty on /dev/console instead of hard coding the serial port. Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN --- configs/qemu_aarch64_virt_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/qemu_aarch64_virt_defconfig b/configs/qemu_aarch64_virt_defconfig index e6b72d8838..0caf38112d 100644 --- a/configs/qemu_aarch64_virt_defconfig +++ b/configs/qemu_aarch64_virt_defconfig @@ -4,7 +4,6 @@ BR2_cortex_a53=y # System BR2_SYSTEM_DHCP="eth0" -BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" # Filesystem BR2_TARGET_ROOTFS_EXT2=y