diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-04-17 14:00:34 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-04-27 09:07:43 +0000 |
commit | 5135f1184df2809e4faeb4ecdcad4bc1cb5af70b (patch) | |
tree | e6deecf5593037529f32eb5cd418c9aaed7f1b93 /src/mainboard/emulation/qemu-riscv | |
parent | 062c729c9b7a405c42b020480a1a76f24c5cb868 (diff) |
RISC-V boards: Remove PAGETABLES section from memlayout.ld
RISC-V doesn't set up page tables anymore, since commit b26759d703
("arch/riscv: Don't set up virtual memory").
Change-Id: Id1e759b63fb0bc88ab256994d3849d16814affa0
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/25701
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/emulation/qemu-riscv')
-rw-r--r-- | src/mainboard/emulation/qemu-riscv/memlayout.ld | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-riscv/memlayout.ld b/src/mainboard/emulation/qemu-riscv/memlayout.ld index 8cc6d4126b..615d1f2b72 100644 --- a/src/mainboard/emulation/qemu-riscv/memlayout.ld +++ b/src/mainboard/emulation/qemu-riscv/memlayout.ld @@ -24,6 +24,5 @@ SECTIONS ROMSTAGE(0x20000, 128K) STACK(0x40000, 0x3ff00) PRERAM_CBMEM_CONSOLE(0x80000, 8K) - PAGETABLES(0x80000+8K, 60K) RAMSTAGE(0x100000, 16M) } |