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

Commit 473e162e authored by Jesper Nilsson's avatar Jesper Nilsson Committed by Jesper Nilsson
Browse files

CRIS: Add _sdata to vmlinux.lds.S



Fixes link error:
  LD      vmlinux
kernel/built-in.o: In function `core_kernel_data':
(.text+0x13e44): undefined reference to `_sdata'

Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 74f077d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -52,6 +52,7 @@ SECTIONS


	EXCEPTION_TABLE(4)
	EXCEPTION_TABLE(4)


	_sdata = .;
	RODATA
	RODATA


	. = ALIGN (4);
	. = ALIGN (4);