Skip to content

Commit 1115d8a

Browse files
author
Nir Sonnenschein
authored
Merge pull request #9631 from ganesh-ramachandran/master
Update linker scripts for bootloader target TMPM46B
2 parents 645c1ce + a9a79df commit 1115d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_TOSHIBA/TARGET_TMPM46B/device/TOOLCHAIN_IAR/tmpm46bf10fg.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ initialize manually { section FLASH_ROM object flash_api.o };
3535
do not initialize { section .noinit };
3636

3737
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
38-
place at address mem: 0x400 { block FLASH_CODE_ROM };
38+
place at address mem: MBED_APP_START + 0x400 { block FLASH_CODE_ROM };
3939
place at address mem: 0x20070000 { block FLASH_CODE_RAM };
4040
place in RAM_region { readwrite,
4141
block CSTACK, block HEAP };

0 commit comments

Comments
 (0)