1ENTRY (test)
2_start_text_phys = 0x88000000;
3_start_text = _start_text_phys;
4
5SECTIONS
6{
7  .text _start_text : AT (ADDR (.text)) { *(.text) }
8}
9