Skip to content

Commit 8db93cf

Browse files
AlessandroAmeriac
authored andcommitted
K64F: Explicitly set the start of .uvisor.bss
1 parent abd24ae commit 8db93cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/targets/cmsis/TARGET_Freescale/TARGET_K64F/TOOLCHAIN_GCC_ARM/MK64FN1M0xxx12.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ SECTIONS
204204
__UVISOR_BSS_START = ORIGIN(m_data) + __UVISOR_SRAM_OFFSET;
205205
ASSERT(__interrupts_ram_end__ <= __UVISOR_BSS_START,
206206
"The ISR relocation region overlaps with the uVisor BSS section.")
207-
.uvisor.bss (NOLOAD):
207+
.uvisor.bss __UVISOR_BSS_START (NOLOAD):
208208
{
209209
. = ALIGN(32);
210210
__uvisor_bss_start = .;

0 commit comments

Comments
 (0)