提交 b76f9823 编写于 作者: S Steven Miao

blackfin: vmlinux.lds.S: reserve 32 bytes space at the end of data section for XIP kernel

to collect some undefined section to the end of the data section and avoid section overlap
Signed-off-by: NSteven Miao <realmz6@gmail.com>
上级 ac425b61
...@@ -145,7 +145,7 @@ SECTIONS ...@@ -145,7 +145,7 @@ SECTIONS
.text_l1 L1_CODE_START : AT(LOADADDR(.exit.data) + SIZEOF(.exit.data)) .text_l1 L1_CODE_START : AT(LOADADDR(.exit.data) + SIZEOF(.exit.data))
#else #else
.init.data : AT(__data_lma + __data_len) .init.data : AT(__data_lma + __data_len + 32)
{ {
__sinitdata = .; __sinitdata = .;
INIT_DATA INIT_DATA
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册