summaryrefslogtreecommitdiffstats
path: root/kernel/arch/s390/boot/compressed/vmlinux.scr
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/s390/boot/compressed/vmlinux.scr')
-rw-r--r--kernel/arch/s390/boot/compressed/vmlinux.scr10
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/arch/s390/boot/compressed/vmlinux.scr b/kernel/arch/s390/boot/compressed/vmlinux.scr
new file mode 100644
index 000000000..f02382ae5
--- /dev/null
+++ b/kernel/arch/s390/boot/compressed/vmlinux.scr
@@ -0,0 +1,10 @@
+SECTIONS
+{
+ .rodata.compressed : {
+ input_len = .;
+ LONG(input_data_end - input_data) input_data = .;
+ *(.data)
+ output_len = . - 4;
+ input_data_end = .;
+ }
+}