summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/boot.lds')
-rw-r--r--firmware/target/arm/imx233/boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/boot.lds b/firmware/target/arm/imx233/boot.lds
index 68472d129c..ca455b47ca 100644
--- a/firmware/target/arm/imx233/boot.lds
+++ b/firmware/target/arm/imx233/boot.lds
@@ -74,7 +74,7 @@ SECTIONS
74 } > DRAM 74 } > DRAM
75 75
76 /* physical address of the stack */ 76 /* physical address of the stack */
77 stackend_phys = stackend - CACHED_DRAM_ADDR + UNCACHED_DRAM_ADDR; 77 crt0_tmpstack_phys = stackend - CACHED_DRAM_ADDR + UNCACHED_DRAM_ADDR;
78 78
79 /* treat .bss and .ncbss as a single section */ 79 /* treat .bss and .ncbss as a single section */
80 .bss (NOLOAD) : 80 .bss (NOLOAD) :