aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-power8/memlayout.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/emulation/qemu-power8/memlayout.ld')
-rw-r--r--src/mainboard/emulation/qemu-power8/memlayout.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-power8/memlayout.ld b/src/mainboard/emulation/qemu-power8/memlayout.ld
index da0f4a5fe8..c22d3e4f25 100644
--- a/src/mainboard/emulation/qemu-power8/memlayout.ld
+++ b/src/mainboard/emulation/qemu-power8/memlayout.ld
@@ -26,5 +26,6 @@ SECTIONS
ROMSTAGE(0x20000, 128K)
STACK(0x40000, 0x3ff00)
PRERAM_CBMEM_CONSOLE(0x80000, 8K)
+ FMAP_CACHE(0x82000, 2K)
RAMSTAGE(0x100000, 16M)
}