]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/s390/boot/compressed/vmlinux.scr
Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next
[mirror_ubuntu-focal-kernel.git] / arch / s390 / boot / compressed / vmlinux.scr
1 /* SPDX-License-Identifier: GPL-2.0 */
2 SECTIONS
3 {
4 .rodata.compressed : {
5 input_len = .;
6 LONG(input_data_end - input_data) input_data = .;
7 *(.data)
8 output_len = . - 4;
9 input_data_end = .;
10 }
11 }