diff options
Diffstat (limited to 'arch/sh/boot/romimage/vmlinux.scr')
-rw-r--r-- | arch/sh/boot/romimage/vmlinux.scr | 8 |
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 000000000000..590394e2f5f2 --- /dev/null +++ b/arch/sh/boot/romimage/vmlinux.scr @@ -0,0 +1,8 @@ +SECTIONS +{ + .text : { + zero_page_pos = .; + *(.data) + end_data = .; + } +} |