aboutsummaryrefslogtreecommitdiff
path: root/src/soc/imgtec
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/imgtec')
-rw-r--r--src/soc/imgtec/pistachio/include/soc/memlayout.ld6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/imgtec/pistachio/include/soc/memlayout.ld b/src/soc/imgtec/pistachio/include/soc/memlayout.ld
index 75387624cb..5b50a0a365 100644
--- a/src/soc/imgtec/pistachio/include/soc/memlayout.ld
+++ b/src/soc/imgtec/pistachio/include/soc/memlayout.ld
@@ -28,9 +28,9 @@ SECTIONS
/* GRAM becomes the SRAM. */
SRAM_START(0x9a000000)
- BOOTBLOCK(0x9a000000, 16K)
- ROMSTAGE(0x9a004000, 36K)
- CBFS_CACHE(0x9a00d000, 76K)
+ BOOTBLOCK(0x9a000000, 18K)
+ ROMSTAGE(0x9a004800, 36K)
+ CBFS_CACHE(0x9a00d800, 74K)
SRAM_END(0x9a020000)
/* Let's use SRAM for stack and CBMEM console. */