freedom-u540: Drop OpenSBI from EXTRA_IMAGEDEPENDS

We don't need to specify OpenSBI in EXTRA_IMAGEDEPENDS to ensure it's
built and if we specify it we get circular dependencies with the u-boot
RSA signing code, so let's drop it.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
Alistair Francis
2023-01-09 17:20:05 +10:00
committed by Khem Raj
parent 69e9a40078
commit d6e3efd54a

View File

@@ -16,7 +16,6 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
PREFERRED_VERSION_openocd-native = "riscv"
PREFERRED_VERSION_openocd = "riscv"
EXTRA_IMAGEDEPENDS += "opensbi"
RISCV_SBI_PLAT = "generic"
## This sets u-boot as the default OpenSBI payload