configs/qemu_riscv{32, 64}_virt: remove BR2_TARGET_GENERIC_GETTY_PORT
authorBin Meng <bmeng.cn@gmail.com>
Sat, 7 Mar 2020 12:20:30 +0000 (04:20 -0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 21 Apr 2020 21:21:27 +0000 (23:21 +0200)
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 <bmeng.cn@gmail.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/qemu_riscv32_virt_defconfig
configs/qemu_riscv64_virt_defconfig

index f47700f4ab9ec290db9ed9ec3bc5586c02dfa418..dc1a5b1295af905d65028ff8f3b266c331d49837 100644 (file)
@@ -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
index 659a6046ed42ceecc808804d716112dcdf376ac8..a376b7dec291e0f94329e65992ea1170c3bc8c0e 100644 (file)
@@ -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