mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Thomas Petazzoni
parent
b6245ed49b
commit
8dd067ef3a
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user