summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.26/1001-explicitly-link-notes-section.patch.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
commit26e3776a22bf894ced5af4c28968dc1dc99968eb (patch)
tree2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.26/1001-explicitly-link-notes-section.patch.patch
parent4bd70fc26256cf485f19e0c8b881e078dc36134f (diff)
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/1001-explicitly-link-notes-section.patch.patch')
-rwxr-xr-xtarget/linux/s3c24xx/patches-2.6.26/1001-explicitly-link-notes-section.patch.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/1001-explicitly-link-notes-section.patch.patch b/target/linux/s3c24xx/patches-2.6.26/1001-explicitly-link-notes-section.patch.patch
deleted file mode 100755
index fb9ba116f..000000000
--- a/target/linux/s3c24xx/patches-2.6.26/1001-explicitly-link-notes-section.patch.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 0fa9c1c2fe923ca4f36573ca6e6b97e555d0802d Mon Sep 17 00:00:00 2001
-From: mokopatches <mokopatches@openmoko.org>
-Date: Wed, 16 Jul 2008 14:44:10 +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 4898bdc..b835564 100644
---- a/arch/arm/kernel/vmlinux.lds.S
-+++ b/arch/arm/kernel/vmlinux.lds.S
-@@ -106,6 +106,8 @@ SECTIONS
- *(.got) /* Global offset table */
- }
-
-+ NOTES
-+
- RODATA
-
- _etext = .; /* End of text and rodata section */
---
-1.5.6.3
-