diff options
author | Patrick Georgi <patrick@coreboot.org> | 2022-09-08 20:19:39 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2022-09-14 20:12:56 +0000 |
commit | 41a8043bdf394e3420f79dd421486f137d899d55 (patch) | |
tree | 9841b12238116809ccfa5767245b6c0227d022a6 /src/mainboard | |
parent | 40a38cc8f0c30aef4675fbf3096cb3a9b225fc11 (diff) |
3rdparty/opensbi: Update to latest ToT
That's 3 years of development, including adapting to new, shiny,
Cascade of Attention-Deficit Teenagers[0] induced incompatible
assembler syntaxes.
Signed-off-by: Patrick Georgi <patrick@coreboot.org>
[0] https://web.archive.org/web/20220824045741/https://www.jwz.org/doc/cadt.html
Change-Id: I8606700149ca74e93b85d78546a29df2916d39b2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67456
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/emulation/qemu-riscv/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-riscv/Kconfig b/src/mainboard/emulation/qemu-riscv/Kconfig index bec992dfa5..0af309a2cd 100644 --- a/src/mainboard/emulation/qemu-riscv/Kconfig +++ b/src/mainboard/emulation/qemu-riscv/Kconfig @@ -50,7 +50,7 @@ config DRAM_SIZE_MB config OPENSBI_PLATFORM string - default "qemu/virt" + default "generic" # ugly, but CBFS is placed in DRAM... config OPENSBI_TEXT_START |