From: Alistair Francis Date: Mon, 18 Mar 2019 21:02:03 +0000 (+0000) Subject: configs/qemu_riscv64_virt: re-order options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19064985e8383b205536b5468f2c3261f11eb70d;p=buildroot.git configs/qemu_riscv64_virt: re-order options Fix the config layout, no functional change. Signed-off-by: Alistair Francis Signed-off-by: Thomas Petazzoni --- 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