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

9 lines
73 B
Plaintext
Raw Permalink Normal View History

2023-08-30 16:31:07 +01:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}