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>
This commit is contained in:
parent
3f0de3d3ea
commit
4202a2cbf6
|
@ -43,7 +43,7 @@ config RISCV_WORKING_HARTID
|
|||
|
||||
config OPENSBI_PLATFORM
|
||||
string
|
||||
default "sifive/fu540"
|
||||
default "generic"
|
||||
|
||||
config OPENSBI_TEXT_START
|
||||
hex
|
||||
|
|
Loading…
Reference in New Issue