diff options
author | Youling Tang <tangyouling@loongson.cn> | 2020-11-20 07:07:54 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2020-11-23 11:31:00 +0100 |
commit | 549aeec256caa80e03607c88f1030b58fb87aaf3 (patch) | |
tree | 5f394481233776c336c51e6a11e0bf0acdfaa1e8 /arch/m68k/kernel/vmlinux-std.lds | |
parent | m68k: mac: Update Kconfig help (diff) | |
download | linux-549aeec256caa80e03607c88f1030b58fb87aaf3.tar.xz linux-549aeec256caa80e03607c88f1030b58fb87aaf3.zip |
m68k: Drop redundant NOTES in link script
Commit eaf937075c9a ("vmlinux.lds.h: Move NOTES into RO_DATA") after
should remove redundant NOTES.
Signed-off-by: Youling Tang <tangyouling@loongson.cn>
Link: https://lore.kernel.org/r/1605852474-23446-1-git-send-email-tangyouling@loongson.cn
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/kernel/vmlinux-std.lds')
-rw-r--r-- | arch/m68k/kernel/vmlinux-std.lds | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/kernel/vmlinux-std.lds b/arch/m68k/kernel/vmlinux-std.lds index 4d33da4e7106..15113468d326 100644 --- a/arch/m68k/kernel/vmlinux-std.lds +++ b/arch/m68k/kernel/vmlinux-std.lds @@ -49,7 +49,6 @@ SECTIONS *(.m68k_fixup) __stop_fixup = .; } - NOTES .init_end : { /* This ALIGN be in a section so that _end is at the end of the load segment. */ |