blob: 2f86acf18ff31a531c40ef3fef7cc9a57f988068 [file] [log] [blame]
SECTIONS
{
reset - 4 :
{
*(reset)
}
boot - 0x1000 :
{
*(boot)
} = 0xffff
. = + SIZEOF_HEADERS;
.text : { *(.text) }
.data : { *(.data) }
.bss : { *(.bss) }
}