summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-05 00:16:22 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-05 04:17:17 +0000
commit8105d7659f343d89e67f0be0f28fe95d0decdac1 (patch)
tree4caebf5daf850ef8e923f71a8838ec8dee694264
parentcd9906847b7a8eaccc4e5927200cd75db99d219f (diff)
downloadrockbox-8105d7659f343d89e67f0be0f28fe95d0decdac1.tar.gz
rockbox-8105d7659f343d89e67f0be0f28fe95d0decdac1.zip
imx233: Fix bootloader link regression caused by cd9906
Change-Id: I6341069aa3855a8a3ea9ed021c27aaa742cab698
-rw-r--r--firmware/target/arm/imx233/boot.lds4
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