Merge pull request #3617 from Patater/efm32gg-linkerscript-fix

EFM32GG: Fix GCC_ARM linker script
pull/3649/head
Martin Kojtal 2017-01-26 10:35:34 +02:00 committed by GitHub
commit 7831da1e0e
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ SECTIONS
/* Note: The uVisor expects this section at a fixed location, as specified
by the porting process configuration parameter: SRAM_OFFSET. */
__UVISOR_SRAM_OFFSET = 0x0;
__UVISOR_SRAM_START = ORIGIN(m_data) + __UVISOR_SRAM_OFFSET;
__UVISOR_SRAM_START = ORIGIN(RAM) + __UVISOR_SRAM_OFFSET;
.uvisor.bss __UVISOR_SRAM_START (NOLOAD):
{
. = ALIGN(32);