aboutsummaryrefslogtreecommitdiff
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.scr6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/boot/romimage/vmlinux.scr b/arch/sh/boot/romimage/vmlinux.scr
new file mode 100644
index 00000000000..287c08f8b4b
--- /dev/null
+++ b/arch/sh/boot/romimage/vmlinux.scr
@@ -0,0 +1,6 @@
+SECTIONS
+{
+ .text : {
+ *(.data)
+ }
+}