diff options
Diffstat (limited to 'firmware/target/arm/imx233/boot.lds')
-rw-r--r-- | firmware/target/arm/imx233/boot.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/boot.lds b/firmware/target/arm/imx233/boot.lds index eef8be7a4b..6022c9ed86 100644 --- a/firmware/target/arm/imx233/boot.lds +++ b/firmware/target/arm/imx233/boot.lds | |||
@@ -31,7 +31,7 @@ SECTIONS | |||
31 | { | 31 | { |
32 | _dramcopystart = .; | 32 | _dramcopystart = .; |
33 | } > DRAM | 33 | } > DRAM |
34 | 34 | ||
35 | .text : | 35 | .text : |
36 | { | 36 | { |
37 | *(.text*) | 37 | *(.text*) |
@@ -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 |