mirror of https://github.com/ARMmbed/mbed-os.git
[M487] Fix link error in uvisor-enabled application
parent
ee622a0c51
commit
44572cf1a8
|
@ -280,4 +280,6 @@ SECTIONS
|
|||
__uvisor_flash_end = ORIGIN(FLASH) + LENGTH(FLASH);
|
||||
__uvisor_sram_start = ORIGIN(RAM_INTERN);
|
||||
__uvisor_sram_end = ORIGIN(RAM_INTERN) + LENGTH(RAM_INTERN);
|
||||
__uvisor_public_sram_start = __uvisor_sram_start;
|
||||
__uvisor_public_sram_end = __uvisor_sram_end;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue