]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68k: Add NOTES to init data so its discarded at boot
authorRoman Zippel <zippel@linux-m68k.org>
Mon, 13 Oct 2008 19:58:50 +0000 (21:58 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2008 17:23:26 +0000 (10:23 -0700)
Add .note.gnu.build-id to init data so it's discarded at boot.

[Andreas Schwab] Use NOTES macro

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68k/kernel/vmlinux-std.lds

index bc63ff6cdb355635530599ea5bacaf9e9ae8e0ae..f846d4e3e5e1f23a179ec47e69bbb09488a0c3c8 100644 (file)
@@ -74,6 +74,7 @@ SECTIONS
   .init.ramfs : { *(.init.ramfs) }
   __initramfs_end = .;
 #endif
+  NOTES
   . = ALIGN(8192);
   __init_end = .;