diff options
Diffstat (limited to 'src/mainboard/emulation/qemu-riscv/memlayout.ld')
-rw-r--r-- | src/mainboard/emulation/qemu-riscv/memlayout.ld | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-riscv/memlayout.ld b/src/mainboard/emulation/qemu-riscv/memlayout.ld index 2166d23f31..b29bc14fa9 100644 --- a/src/mainboard/emulation/qemu-riscv/memlayout.ld +++ b/src/mainboard/emulation/qemu-riscv/memlayout.ld @@ -33,6 +33,9 @@ SECTIONS #if ENV_ROMSTAGE ROMSTAGE(STAGES_START, 128K) #endif +#if ENV_RAMSTAGE + REGION(opensbi, STAGES_START, 128K, 4K) +#endif PRERAM_CBMEM_CONSOLE(STAGES_START + 128K, 8K) RAMSTAGE(STAGES_START + 200K, 16M) STACK(STAGES_START + 200K + 16M, 4K) |