configs/qemu_riscv*: remove BR2_TARGET_OPENSBI_USE_PLAT
authorRomain Naour <romain.naour@gmail.com>
Tue, 21 Apr 2020 17:26:45 +0000 (19:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 21 Apr 2020 20:08:03 +0000 (22:08 +0200)
This option never existed in opensbi package.

This fixes the new defconfig check.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/qemu_riscv32_virt_defconfig
configs/qemu_riscv64_virt_defconfig

index 427ea47387cbba0960e68036f13b89e3c258272c..f47700f4ab9ec290db9ed9ec3bc5586c02dfa418 100644 (file)
@@ -27,7 +27,6 @@ BR2_LINUX_KERNEL_IMAGE=y
 
 # Bootloader
 BR2_TARGET_OPENSBI=y
-BR2_TARGET_OPENSBI_USE_PLAT=y
 BR2_TARGET_OPENSBI_PLAT="qemu/virt"
 
 # host-qemu for gitlab testing
index 2125324affd45627ae00800231656ea841ea89be..659a6046ed42ceecc808804d716112dcdf376ac8 100644 (file)
@@ -26,7 +26,6 @@ BR2_LINUX_KERNEL_IMAGE=y
 
 # Bootloader
 BR2_TARGET_OPENSBI=y
-BR2_TARGET_OPENSBI_USE_PLAT=y
 BR2_TARGET_OPENSBI_PLAT="qemu/virt"
 
 # host-qemu for gitlab testing