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 000000000..a08490360 --- /dev/null +++ b/arch/h8300/boot/compressed/vmlinux.scr @@ -0,0 +1,9 @@ +SECTIONS +{ + .data : { + input_len = .; + LONG(input_data_end - input_data) input_data = .; + *(.data) + input_data_end = .; + } +} |