boot_head.lds 81 Bytes
Newer Older
1
2
3
4
5
6
7
     SECTIONS
     {
       . = 0x40007000;
       .text : { *(.text) }
     }