M7350/kernel/arch/sh/boot/romimage/vmlinux.scr

9 lines
73 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}