Skip to content

Commit 469ada5

Browse files
committed
MIMXRT1050_EVK: Fix to linker script for non-cached region
Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 81a1193 commit 469ada5

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/device/TOOLCHAIN_ARM_STD

1 file changed

+1
-1
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/device/TOOLCHAIN_ARM_STD/MIMXRT1052xxxxx.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ LR_IROM1 MBED_APP_START m_text_start+m_text_size-MBED_APP_START { ; load regio
141141
}
142142
RW_m_ncache m_ncache_start m_ncache_size { ; ncache RW data
143143
* (NonCacheable.init)
144-
* (NonCacheable)
144+
* (*NonCacheable)
145145
}
146146
}
147147

0 commit comments

Comments
 (0)