diff options
Diffstat (limited to 'arch/sh/boot/compressed/vmlinux.scr')
-rw-r--r-- | arch/sh/boot/compressed/vmlinux.scr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sh/boot/compressed/vmlinux.scr b/arch/sh/boot/compressed/vmlinux.scr new file mode 100644 index 00000000000..f02382ae5c4 --- /dev/null +++ b/arch/sh/boot/compressed/vmlinux.scr @@ -0,0 +1,10 @@ +SECTIONS +{ + .rodata.compressed : { + input_len = .; + LONG(input_data_end - input_data) input_data = .; + *(.data) + output_len = . - 4; + input_data_end = .; + } +} |