configs/qemu_riscv*: remove BR2_TARGET_OPENSBI_USE_PLAT

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>
This commit is contained in:
Romain Naour 2020-04-21 19:26:45 +02:00 committed by Thomas Petazzoni
parent b6245ed49b
commit 8dd067ef3a
2 changed files with 0 additions and 2 deletions

View 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

View 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