Skip to content

Commit

Permalink
MIMXRT1050_EVK: Fix to linker script for non-cached region
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Mahadevan <[email protected]>
  • Loading branch information
mmahadevan108 committed Jun 17, 2020
1 parent 81a1193 commit 469ada5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit 469ada5

Please sign in to comment.