MEMORY
{
	valid : org = 0xa0008000, len = 0x8000000
}
SECTIONS
{
	.text	0xa0008000	: { }
	.data	ALIGN(0x1000)	: { }
	.bss	ALIGN(0x4)	: { }
}
