K64F: Explicitly set the start of .uvisor.bss

pull/1936/head
Alessandro Angelino 2016-06-13 15:45:59 +01:00 committed by Milosch Meriac
parent abd24ae4f1
commit 8db93cf0d9
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ SECTIONS
__UVISOR_BSS_START = ORIGIN(m_data) + __UVISOR_SRAM_OFFSET;
ASSERT(__interrupts_ram_end__ <= __UVISOR_BSS_START,
"The ISR relocation region overlaps with the uVisor BSS section.")
.uvisor.bss (NOLOAD):
.uvisor.bss __UVISOR_BSS_START (NOLOAD):
{
. = ALIGN(32);
__uvisor_bss_start = .;