ubuntu-linux-kernel/arch/m32r/boot/compressed/vmlinux.scr

10 lines
124 B
Plaintext
Raw Permalink Normal View History

2024-04-01 15:06:58 +00:00
SECTIONS
{
.data : {
zimage_data = .;
*(.data)
zimage_data_end = .;
}
zimage_len = zimage_data_end - zimage_data;
}