Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b76f9823 authored by Steven Miao's avatar Steven Miao
Browse files

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: default avatarSteven Miao <realmz6@gmail.com>
parent ac425b61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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