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 <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Korsgaard 2022-01-22 16:37:11 +01:00 committed by Yann E. MORIN
parent 829bf508bb
commit 24307955a2

View File

@ -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