aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Zippel <[email protected]>2008-10-13 21:58:50 +0200
committerLinus Torvalds <[email protected]>2008-10-14 10:23:26 -0700
commit08a3db94f2a36c28278922732bc281c1722ceb18 (patch)
treec84dc3985480bb7f57d0c2b1214b27c73bb9f942
parent68abceef1051b254964995c6acabaac95cec9c35 (diff)
m68k: Add NOTES to init data so its discarded at boot
Add .note.gnu.build-id to init data so it's discarded at boot. [Andreas Schwab] Use NOTES macro Signed-off-by: Roman Zippel <[email protected]> Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--arch/m68k/kernel/vmlinux-std.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/kernel/vmlinux-std.lds b/arch/m68k/kernel/vmlinux-std.lds
index bc63ff6cdb35..f846d4e3e5e1 100644
--- a/arch/m68k/kernel/vmlinux-std.lds
+++ b/arch/m68k/kernel/vmlinux-std.lds
@@ -74,6 +74,7 @@ SECTIONS
.init.ramfs : { *(.init.ramfs) }
__initramfs_end = .;
#endif
+ NOTES
. = ALIGN(8192);
__init_end = .;