mirror of https://github.com/ARMmbed/mbed-os.git
MIMXRT1050_EVK: Fix to linker script for non-cached region
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>pull/13115/head
parent
81a1193012
commit
469ada5a11
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue