aboutsummaryrefslogtreecommitdiff
path: root/dummy_payload/dummy_payload.lds
blob: 7e5f3c83125f9fba34fd0b216707a4d57bc9f230 (plain)
1
2
3
4
5
6
7
8
9
/* See LICENSE for license details. */

ENTRY(_start)

SECTIONS {
  . = -0x80000000;

  .text.init : { *(.text.init) }
}