diff options
Diffstat (limited to 'arch/h8300/boot/compressed/vmlinux.scr')
-rw-r--r-- | arch/h8300/boot/compressed/vmlinux.scr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/h8300/boot/compressed/vmlinux.scr b/arch/h8300/boot/compressed/vmlinux.scr new file mode 100644 index 000000000000..a0f6962736e9 --- /dev/null +++ b/arch/h8300/boot/compressed/vmlinux.scr | |||
@@ -0,0 +1,9 @@ | |||
1 | SECTIONS | ||
2 | { | ||
3 | .data : { | ||
4 | _input_len = .; | ||
5 | LONG(_input_data_end - _input_data) _input_data = .; | ||
6 | *(.data) | ||
7 | _input_data_end = .; | ||
8 | } | ||
9 | } | ||