MEMORY { rom (rwx) : ORIGIN = 0x80200000, LENGTH = 512K } SECTIONS { .init : { *(.init) } > rom }