summaryrefslogtreecommitdiffstats
path: root/arch/sh/boot/romimage/vmlinux.scr
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boot/romimage/vmlinux.scr')
-rw-r--r--arch/sh/boot/romimage/vmlinux.scr8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/boot/romimage/vmlinux.scr b/arch/sh/boot/romimage/vmlinux.scr
new file mode 100644
index 0000000000..590394e2f5
--- /dev/null
+++ b/arch/sh/boot/romimage/vmlinux.scr
@@ -0,0 +1,8 @@
+SECTIONS
+{
+ .text : {
+ zero_page_pos = .;
+ *(.data)
+ end_data = .;
+ }
+}