summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-05 00:51:40 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-05 04:52:29 +0000
commit495c8e2a69902b37a2d41c31cbd75165152495ce (patch)
tree2a5a1d2ebf4137b5b577ee06fe8b8de58e2b17be
parent8105d7659f343d89e67f0be0f28fe95d0decdac1 (diff)
downloadrockbox-495c8e2a69902b37a2d41c31cbd75165152495ce.tar.gz
rockbox-495c8e2a69902b37a2d41c31cbd75165152495ce.zip
imx31: Fix regression in bootloader caused by cd9906
Change-Id: I1b561c9136a727f49e02e53798e46ef9197a3958
-rw-r--r--firmware/target/arm/imx31/boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/boot.lds b/firmware/target/arm/imx31/boot.lds
index 6b0eb8fb1f..f6e3abc029 100644
--- a/firmware/target/arm/imx31/boot.lds
+++ b/firmware/target/arm/imx31/boot.lds
@@ -106,7 +106,7 @@ SECTIONS
106 _end = .; 106 _end = .;
107 } > DRAM 107 } > DRAM
108 108
109 .qharray _end (NOLOAD) : 109 .qharray (NOLOAD) :
110 { 110 {
111 _qharray = .; 111 _qharray = .;
112 *(.qharray) 112 *(.qharray)