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 dfabefdf9b..eef8be7a4b 100644
--- a/firmware/target/arm/imx233/boot.lds
+++ b/firmware/target/arm/imx233/boot.lds
@@ -90,7 +90,7 @@ SECTIONS
90 . = ALIGN(CACHEALIGN_SIZE); 90 . = ALIGN(CACHEALIGN_SIZE);
91 } AT> DRAM 91 } AT> DRAM
92 92
93 .bssendadr (NOLOAD) : 93 .bssendadr . (NOLOAD) :
94 { 94 {
95 _end = .; 95 _end = .;
96 } > DRAM 96 } > DRAM