From: Romain Naour Date: Tue, 21 Apr 2020 17:26:45 +0000 (+0200) Subject: configs/qemu_riscv*: remove BR2_TARGET_OPENSBI_USE_PLAT X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8dd067ef3ae92eda4d883dd002c4b48b60dd4e8c;p=buildroot.git 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 Cc: Alistair Francis Signed-off-by: Thomas Petazzoni --- diff --git a/configs/qemu_riscv32_virt_defconfig b/configs/qemu_riscv32_virt_defconfig index 427ea47387..f47700f4ab 100644 --- a/configs/qemu_riscv32_virt_defconfig +++ b/configs/qemu_riscv32_virt_defconfig @@ -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 diff --git a/configs/qemu_riscv64_virt_defconfig b/configs/qemu_riscv64_virt_defconfig index 2125324aff..659a6046ed 100644 --- a/configs/qemu_riscv64_virt_defconfig +++ b/configs/qemu_riscv64_virt_defconfig @@ -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