提交 005b9da3 编写于 作者: L liang yongxiang

[bsp] update gcc nocache section

上级 ddaa61fc
...@@ -218,14 +218,14 @@ SECTIONS ...@@ -218,14 +218,14 @@ SECTIONS
*(NonCacheable.init) *(NonCacheable.init)
. = ALIGN(4); . = ALIGN(4);
__noncachedata_init_end__ = .; /* create a global symbol at initialized ncache data end */ __noncachedata_init_end__ = .; /* create a global symbol at initialized ncache data end */
} > m_dtcm } > m_nocache
. = __noncachedata_init_end__; . = __noncachedata_init_end__;
.ncache : .ncache :
{ {
*(NonCacheable) *(NonCacheable)
. = ALIGN(4); . = ALIGN(4);
__noncachedata_end__ = .; /* define a global symbol at ncache data end */ __noncachedata_end__ = .; /* define a global symbol at ncache data end */
} > m_dtcm } > m_nocache
__DATA_END = __NDATA_ROM + (__noncachedata_init_end__ - __noncachedata_start__); __DATA_END = __NDATA_ROM + (__noncachedata_init_end__ - __noncachedata_start__);
text_end = ORIGIN(m_text) + LENGTH(m_text); text_end = ORIGIN(m_text) + LENGTH(m_text);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册