configs/qemu_riscv64_virt: re-order options
authorAlistair Francis <Alistair.Francis@wdc.com>
Mon, 18 Mar 2019 21:02:03 +0000 (21:02 +0000)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 18 Mar 2019 21:57:50 +0000 (22:57 +0100)
Fix the config layout, no functional change.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/qemu_riscv64_virt_defconfig

index 65dbef413509703460638dbffc6ee3b7a4f5d380..596edf2fcd3a6c557287bae0e002bdc6d2cb621b 100644 (file)
@@ -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