blob: a5a37835c650af234197d4c98e1d1a7a9ec1a01d [file]
MEMORY
{
reset : ORIGIN = 0x0, LENGTH = 32
}
SECTIONS
{
.entry :
{
KEEP (*(.entry))
} > reset
}