We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8f4b45 + 95e5fec commit 7831da1Copy full SHA for 7831da1
targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG/device/TARGET_1024K/TOOLCHAIN_GCC_ARM/efm32gg.ld
@@ -152,7 +152,7 @@ SECTIONS
152
/* Note: The uVisor expects this section at a fixed location, as specified
153
by the porting process configuration parameter: SRAM_OFFSET. */
154
__UVISOR_SRAM_OFFSET = 0x0;
155
- __UVISOR_SRAM_START = ORIGIN(m_data) + __UVISOR_SRAM_OFFSET;
+ __UVISOR_SRAM_START = ORIGIN(RAM) + __UVISOR_SRAM_OFFSET;
156
.uvisor.bss __UVISOR_SRAM_START (NOLOAD):
157
{
158
. = ALIGN(32);
0 commit comments