Skip to content

Commit 191bd02

Browse files
Remove erroneous object file reference in IRAM1 definition
1 parent c55210f commit 191bd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_TOSHIBA/TARGET_TMPM46B/device/TOOLCHAIN_ARM_STD/tmpm46bf10fg.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE ; load region size_region
5858

5959
RW_IRAM1 MBED_IRAM1_START MBED_IRAM1_SIZE
6060
{
61-
tmpm4g9_fc.o (+RO)
61+
tmpm46b_fc.o(+RO)
6262
.ANY (+RW, +ZI)
6363
}
6464
ARM_LIB_HEAP AlignExpr(+0, 16) EMPTY (MBED_RAM_SIZE - RAM_FIXED_SIZE - (AlignExpr(ImageLimit(RW_IRAM1), 16) - MBED_IRAM1_START)) { ; heap

0 commit comments

Comments
 (0)