summaryrefslogtreecommitdiffstats
path: root/src/soc/sifive/fu540
diff options
context:
space:
mode:
authorMaximilian Brune <maximilian.brune@9elements.com>2023-02-15 20:59:36 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-08-04 14:04:13 +0000
commit4202a2cbf6263ae68e839f60f9bd243745f44521 (patch)
treea00b77d91de5a012dd6074566cca51c69bbc07ab /src/soc/sifive/fu540
parent3f0de3d3ea57b6ab19d18ef490462d89aaf8aa9d (diff)
downloadcoreboot-4202a2cbf6263ae68e839f60f9bd243745f44521.tar.gz
coreboot-4202a2cbf6263ae68e839f60f9bd243745f44521.tar.bz2
coreboot-4202a2cbf6263ae68e839f60f9bd243745f44521.zip
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 <maximilian.brune@9elements.com> Change-Id: I76aa3d386936b331785a23edb8deb0d73609be47 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76688 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/soc/sifive/fu540')
-rw-r--r--src/soc/sifive/fu540/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/sifive/fu540/Kconfig b/src/soc/sifive/fu540/Kconfig
index 4aa496131c84..97931fd09cc1 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