aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/image/lzma-loader/src/loader2.lds
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bmips/image/lzma-loader/src/loader2.lds')
-rw-r--r--target/linux/bmips/image/lzma-loader/src/loader2.lds12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/bmips/image/lzma-loader/src/loader2.lds b/target/linux/bmips/image/lzma-loader/src/loader2.lds
new file mode 100644
index 0000000000..d17bb2132e
--- /dev/null
+++ b/target/linux/bmips/image/lzma-loader/src/loader2.lds
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+OUTPUT_ARCH(mips)
+SECTIONS {
+ .text : {
+ startup = .;
+ *(.text)
+ *(.text.*)
+ *(.data)
+ *(.data.*)
+ }
+}