summary refs log tree commit diff
path: root/arch/sh/boot/compressed/vmlinux.scr
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boot/compressed/vmlinux.scr')
-rw-r--r--arch/sh/boot/compressed/vmlinux.scr9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/boot/compressed/vmlinux.scr b/arch/sh/boot/compressed/vmlinux.scr
new file mode 100644
index 000000000000..1ed9d791f863
--- /dev/null
+++ b/arch/sh/boot/compressed/vmlinux.scr
@@ -0,0 +1,9 @@
+SECTIONS
+{
+  .data : { 
+	input_len = .;
+	LONG(input_data_end - input_data) input_data = .; 
+	*(.data) 
+	input_data_end = .; 
+	}
+}