Skip to content

Commit

Permalink
blackfin: vmlinux.lds.S: reserve 32 bytes space at the end of data se…
Browse files Browse the repository at this point in the history
…ction for XIP kernel

to collect some undefined section to the end of the data section and avoid section overlap

Signed-off-by: Steven Miao <realmz6@gmail.com>
  • Loading branch information
Steven Miao committed Jul 26, 2014
1 parent ac425b6 commit b76f982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ SECTIONS

.text_l1 L1_CODE_START : AT(LOADADDR(.exit.data) + SIZEOF(.exit.data))
#else
.init.data : AT(__data_lma + __data_len)
.init.data : AT(__data_lma + __data_len + 32)
{
__sinitdata = .;
INIT_DATA
Expand Down

0 comments on commit b76f982

Please sign in to comment.