summaryrefslogtreecommitdiff
path: root/firmware/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/boot.lds')
-rw-r--r--firmware/boot.lds6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index ec8db5ba90..2d320e2b81 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -79,10 +79,10 @@ SECTIONS
79 stackend = .; 79 stackend = .;
80 } 80 }
81 81
82 /* The bss section is too large for IRAM - we just move it near the 82 /* The bss section is too large for IRAM - we just move it 16MB into the
83 end of the regular RAM. */ 83 DRAM */
84 84
85 . = 0x11c00000; 85 . = (DRAMORIG+16*1024*1024);
86 .bss : { 86 .bss : {
87 _bssstart = .; 87 _bssstart = .;
88 *(.bss); 88 *(.bss);