M7350/kernel/arch/sh/boot/romimage/vmlinux.scr
2024-09-09 08:52:07 +00:00

9 lines
73 B
Plaintext

SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}