From 4202a2cbf6263ae68e839f60f9bd243745f44521 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Wed, 15 Feb 2023 20:59:36 +0100 Subject: [PATCH] soc/sifive/fu540/Kconfig: Fix opensbi platform commit 9a7a677 from opensbi project moved the fu540 platform to generic code and commit 26998f3 from opensbi removed the old non generic platform. Therefore opensbi platform needs to change to generic. Signed-off-by: Maximilian Brune Change-Id: I76aa3d386936b331785a23edb8deb0d73609be47 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76688 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/soc/sifive/fu540/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/sifive/fu540/Kconfig b/src/soc/sifive/fu540/Kconfig index 4aa496131c..97931fd09c 100644 --- a/src/soc/sifive/fu540/Kconfig +++ b/src/soc/sifive/fu540/Kconfig @@ -43,7 +43,7 @@ config RISCV_WORKING_HARTID config OPENSBI_PLATFORM string - default "sifive/fu540" + default "generic" config OPENSBI_TEXT_START hex