Commit a817a61f authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky

[S390] Fix linker script.

Fixes this warning:
vmlinux: warning: allocated section `.text' not in segment
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 2485579b
...@@ -35,7 +35,7 @@ SECTIONS ...@@ -35,7 +35,7 @@ SECTIONS
KPROBES_TEXT KPROBES_TEXT
*(.fixup) *(.fixup)
*(.gnu.warning) *(.gnu.warning)
} = 0x0700 } :text = 0x0700
_etext = .; /* End of text section */ _etext = .; /* End of text section */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment