MIMXRT1050_EVK: Fix to linker script for non-cached region

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
pull/13115/head
Mahesh Mahadevan 2020-06-15 07:34:56 -05:00
parent 81a1193012
commit 469ada5a11
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ LR_IROM1 MBED_APP_START m_text_start+m_text_size-MBED_APP_START { ; load regio
}
RW_m_ncache m_ncache_start m_ncache_size { ; ncache RW data
* (NonCacheable.init)
* (NonCacheable)
* (*NonCacheable)
}
}