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)
commit4fdfe5930ffe12f531153502a280c4aab7ce67d1
treed7d2a91ebf40b997abe0b5d43a6f656919eb44a8
parent3edb915709dec21158542b15e62f1560b8dc2fa2
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 <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