aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKees Cook <[email protected]>2020-02-10 02:06:06 +0100
committerRussell King <[email protected]>2020-02-21 17:11:04 +0000
commit3c14fe70be3ed2224f8bbd70506dbf0c8a17de02 (patch)
tree09b0653e93e0cfe1575f09720a8bbdd737a5b474
parent8d54a27593896895f6166a1ac69eac99c8a6a71a (diff)
ARM: 8959/1: Remove unused .fixup section in boot stub
The boot stub does not emit a .fixup section at all anymore, so remove it. Link: https://lore.kernel.org/lkml/202002080058.FD1DDB1@keescook/ Suggested-by: Nick Desaulniers <[email protected]> Signed-off-by: Kees Cook <[email protected]> Reviewed-by: Ard Biesheuvel <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Signed-off-by: Russell King <[email protected]>
-rw-r--r--arch/arm/boot/compressed/vmlinux.lds.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/vmlinux.lds.S b/arch/arm/boot/compressed/vmlinux.lds.S
index fc7ed03d8b93..b247f399de71 100644
--- a/arch/arm/boot/compressed/vmlinux.lds.S
+++ b/arch/arm/boot/compressed/vmlinux.lds.S
@@ -36,7 +36,6 @@ SECTIONS
*(.start)
*(.text)
*(.text.*)
- *(.fixup)
*(.gnu.warning)
*(.glue_7t)
*(.glue_7)