mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
CRIS: Add _sdata to vmlinux.lds.S
commit 473e162eea
upstream.
Fixes link error:
LD vmlinux
kernel/built-in.o: In function `core_kernel_data':
(.text+0x13e44): undefined reference to `_sdata'
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5acea25f70
commit
4d5b24dd45
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ SECTIONS
|
|||
|
||||
EXCEPTION_TABLE(4)
|
||||
|
||||
_sdata = .;
|
||||
RODATA
|
||||
|
||||
. = ALIGN (4);
|
||||
|
|
Loading…
Reference in a new issue