From 8dd067ef3ae92eda4d883dd002c4b48b60dd4e8c Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Tue, 21 Apr 2020 19:26:45 +0200 Subject: [PATCH] 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 --- configs/qemu_riscv32_virt_defconfig | 1 - configs/qemu_riscv64_virt_defconfig | 1 - 2 files changed, 2 deletions(-) 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 -- 2.30.2