blob: 3ee8e31526a0d05cc5ffd9937a79c92c67370a86 [file] [log] [blame]
ENTRY (test)
_start_text_phys = 0x88000000;
_start_text = _start_text_phys;
SECTIONS
{
.text _start_text : AT (ADDR (.text)) { *(.text) }
}