summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx31/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/boot.lds')
-rw-r--r--firmware/target/arm/imx31/boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/imx31/boot.lds b/firmware/target/arm/imx31/boot.lds
index be1d98e507..6b0eb8fb1f 100644
--- a/firmware/target/arm/imx31/boot.lds
+++ b/firmware/target/arm/imx31/boot.lds
@@ -93,7 +93,7 @@ SECTIONS
*(COMMON)
. = ALIGN(0x4);
} > DRAM
-
+
.ncbss . + NOCACHE_BASE (NOLOAD) :
{
. = ALIGN(CACHEALIGN_SIZE); /* >= Cache line boundary */
@@ -106,7 +106,7 @@ SECTIONS
_end = .;
} > DRAM
- .qharray (NOLOAD) :
+ .qharray _end (NOLOAD) :
{
_qharray = .;
*(.qharray)