summaryrefslogtreecommitdiff
path: root/bootle/src/linker.ld
blob: b523bc506000f83b6c39e419522b8ae466e79941 (plain)
1
2
3
4
5
6
7
8
SECTIONS
{
  . = 0x00010000;
  .text : {
    *(.text._start)
    *(.text*)
  }
}