File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
targets/TARGET_TOSHIBA/TARGET_TMPM46B/device/TOOLCHAIN_IAR Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFED
25
25
define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { };
26
26
define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
27
27
28
- define block FLASH_CODE_ROM {section FLASH_ROM_init object flash_api.o, section .text_init object tmpm46b_fc.o};
29
- define block FLASH_CODE_RAM {section FLASH_ROM object flash_api.o, section .text object tmpm46b_fc.o };
28
+ define block FLASH_CODE_ROM {section FLASH_ROM_init object flash_api.o};
29
+ define block FLASH_CODE_RAM {section FLASH_ROM object flash_api.o};
30
30
31
31
initialize by copy { readwrite };
32
- initialize manually { section FLASH_ROM object flash_api.o, section .text object tmpm46b_fc.o };
32
+ initialize manually { section FLASH_ROM object flash_api.o };
33
33
do not initialize { section .noinit };
34
34
35
35
place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
You can’t perform that action at this time.
0 commit comments