mirror of https://github.com/ARMmbed/mbed-os.git
Fix link error in uvisor-enabled application
parent
52a64e61c7
commit
02f74a9d1e
|
@ -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