diff options
Diffstat (limited to 'firmware/target/arm/imx31/boot.lds')
-rw-r--r-- | firmware/target/arm/imx31/boot.lds | 4 |
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 | |||
93 | *(COMMON) | 93 | *(COMMON) |
94 | . = ALIGN(0x4); | 94 | . = ALIGN(0x4); |
95 | } > DRAM | 95 | } > DRAM |
96 | 96 | ||
97 | .ncbss . + NOCACHE_BASE (NOLOAD) : | 97 | .ncbss . + NOCACHE_BASE (NOLOAD) : |
98 | { | 98 | { |
99 | . = ALIGN(CACHEALIGN_SIZE); /* >= Cache line boundary */ | 99 | . = ALIGN(CACHEALIGN_SIZE); /* >= Cache line boundary */ |
@@ -106,7 +106,7 @@ SECTIONS | |||
106 | _end = .; | 106 | _end = .; |
107 | } > DRAM | 107 | } > DRAM |
108 | 108 | ||
109 | .qharray (NOLOAD) : | 109 | .qharray _end (NOLOAD) : |
110 | { | 110 | { |
111 | _qharray = .; | 111 | _qharray = .; |
112 | *(.qharray) | 112 | *(.qharray) |