From: Bin Meng Date: Sat, 7 Mar 2020 12:20:30 +0000 (-0800) Subject: configs/qemu_riscv{32, 64}_virt: remove BR2_TARGET_GENERIC_GETTY_PORT X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fdfe5930ffe12f531153502a280c4aab7ce67d1;p=buildroot.git configs/qemu_riscv{32, 64}_virt: remove BR2_TARGET_GENERIC_GETTY_PORT Giving an explicit getty port is not really needed, as we already spawn a getty on the "console" device, which will match the serial port passed as console= argument on the kernel command line. Signed-off-by: Bin Meng Reviewed-by: Romain Naour Signed-off-by: Thomas Petazzoni --- diff --git a/configs/qemu_riscv32_virt_defconfig b/configs/qemu_riscv32_virt_defconfig index f47700f4ab..dc1a5b1295 100644 --- a/configs/qemu_riscv32_virt_defconfig +++ b/configs/qemu_riscv32_virt_defconfig @@ -5,7 +5,6 @@ BR2_RISCV_32=y # System BR2_SYSTEM_DHCP="eth0" BR2_TARGET_GENERIC_GETTY=y -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" BR2_GLOBAL_PATCH_DIR="board/qemu/riscv32-virt/patches/" # Filesystem diff --git a/configs/qemu_riscv64_virt_defconfig b/configs/qemu_riscv64_virt_defconfig index 659a6046ed..a376b7dec2 100644 --- a/configs/qemu_riscv64_virt_defconfig +++ b/configs/qemu_riscv64_virt_defconfig @@ -5,7 +5,6 @@ BR2_RISCV_64=y # System BR2_SYSTEM_DHCP="eth0" BR2_TARGET_GENERIC_GETTY=y -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" # Filesystem BR2_TARGET_ROOTFS_EXT2=y