linux-zen-server/arch/sh/boot/romimage/vmlinux.scr

9 lines
73 B
Plaintext
Raw Normal View History

2023-08-30 17:53:23 +02:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}