1
0
Fork 0
android_kernel_rockchip_tart/arch/sh/boot/compressed/vmlinux.scr
2025-06-27 00:32:42 -05:00

10 lines
170 B
Text

SECTIONS
{
.rodata..compressed : ALIGN(8) {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
output_len = . - 4;
input_data_end = .;
}
}