summaryrefslogtreecommitdiff
path: root/arch/mips/boot/compressed/ld.script
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/compressed/ld.script')
-rw-r--r--arch/mips/boot/compressed/ld.script9
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/mips/boot/compressed/ld.script b/arch/mips/boot/compressed/ld.script
index 2ed08fbef8e7..0ebb667274d6 100644
--- a/arch/mips/boot/compressed/ld.script
+++ b/arch/mips/boot/compressed/ld.script
@@ -31,9 +31,12 @@ SECTIONS
CONSTRUCTORS
. = ALIGN(16);
}
- __appended_dtb = .;
- /* leave space for appended DTB */
- . += 0x100000;
+
+ .appended_dtb : {
+ __appended_dtb = .;
+ /* leave space for appended DTB */
+ . += 0x100000;
+ }
_edata = .;
/* End of data section */