micropython/ports/powerpc/powerpc.lds

14 wiersze
235 B
Plaintext

SECTIONS
{
. = 0;
_start = .;
.head : {
KEEP(*(.head))
}
/* Put this at 0x1700 which is right after our exception
* vectors in head.S.
*/
. = 0x1700;
}