From 16defbb2bd9478f9e5384b9722f20a694e6bae41 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 14 Mar 2009 15:52:42 +0000 Subject: nuke obsolete kernel stuff SVN-Revision: 14875 --- .../1001-explicitly-link-notes-section.patch.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 target/linux/s3c24xx/patches-2.6.24/1001-explicitly-link-notes-section.patch.patch (limited to 'target/linux/s3c24xx/patches-2.6.24/1001-explicitly-link-notes-section.patch.patch') diff --git a/target/linux/s3c24xx/patches-2.6.24/1001-explicitly-link-notes-section.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1001-explicitly-link-notes-section.patch.patch deleted file mode 100644 index 59886a2..0000000 --- a/target/linux/s3c24xx/patches-2.6.24/1001-explicitly-link-notes-section.patch.patch +++ /dev/null @@ -1,29 +0,0 @@ -From bc6ec8d17f2f4dcb70bc1a80ea0630eeb5372406 Mon Sep 17 00:00:00 2001 -From: mokopatches -Date: Fri, 4 Apr 2008 11:29:03 +0100 -Subject: [PATCH] explicitly-link-notes-section.patch - -Since 2.6.23 kbuild produces a 3GB arch/arm/boot/Image because it includes a -.note.gnu.build-id section at address 0 which is followed by 3GB of 0x00. -The --build-id option is set in the toplevel Makefile. -This patch explicitly puts the notes section after the TEXT section. ---- - arch/arm/kernel/vmlinux.lds.S | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S -index 5ff5406..e2922fc 100644 ---- a/arch/arm/kernel/vmlinux.lds.S -+++ b/arch/arm/kernel/vmlinux.lds.S -@@ -105,6 +105,8 @@ SECTIONS - *(.got) /* Global offset table */ - } - -+ NOTES -+ - RODATA - - _etext = .; /* End of text and rodata section */ --- -1.5.6.5 - -- cgit v1.1