blob: df621e4c771b61dc67fb8e849ab779d3c7f1dd6e [file]
SECTIONS
{
. = 0x4002a0;
.text : { *(.text*) }
. = 0x601000;
.data : { *(.data) }
}