From 69e9a40078b7cf2c20b4f63244ea433d2c9d34a5 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Mon, 9 Jan 2023 08:04:41 +1000 Subject: [PATCH] freedom-u540: Use the generic OpenSBI platform Signed-off-by: Alistair Francis --- conf/machine/freedom-u540.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/freedom-u540.conf b/conf/machine/freedom-u540.conf index b4f0bfb..86b2d1c 100644 --- a/conf/machine/freedom-u540.conf +++ b/conf/machine/freedom-u540.conf @@ -17,7 +17,7 @@ PREFERRED_VERSION_openocd-native = "riscv" PREFERRED_VERSION_openocd = "riscv" EXTRA_IMAGEDEPENDS += "opensbi" -RISCV_SBI_PLAT = "sifive/fu540" +RISCV_SBI_PLAT = "generic" ## This sets u-boot as the default OpenSBI payload RISCV_SBI_PAYLOAD ?= "u-boot.bin"