From 19064985e8383b205536b5468f2c3261f11eb70d Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Mon, 18 Mar 2019 21:02:03 +0000 Subject: [PATCH] configs/qemu_riscv64_virt: re-order options Fix the config layout, no functional change. Signed-off-by: Alistair Francis Signed-off-by: Thomas Petazzoni --- configs/qemu_riscv64_virt_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/qemu_riscv64_virt_defconfig b/configs/qemu_riscv64_virt_defconfig index 65dbef4135..596edf2fcd 100644 --- a/configs/qemu_riscv64_virt_defconfig +++ b/configs/qemu_riscv64_virt_defconfig @@ -4,11 +4,11 @@ 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 -BR2_TARGET_GENERIC_GETTY=y -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" # Linux headers same as kernel, a 4.20 series BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_20=y