This commit is contained in:
pvvx 2016-09-25 10:46:13 +03:00
parent bd27e45421
commit a47f9b574d
5 changed files with 27 additions and 15 deletions

View file

@ -234,6 +234,10 @@ SECTIONS
/* Check if data + heap + stack exceeds RAM limit */
ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
.boot.head :
{
KEEP(*(.loader.head*))
}
}