summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.2/350-arm_compressed_size.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-27 15:01:37 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-27 15:01:37 +0000
commitfe77f5d92219c04614c22fd46d1c521dfe72cd7b (patch)
treec3e80a16d0b4070af1ea473d644981d1df410c54 /target/linux/generic/patches-3.2/350-arm_compressed_size.patch
parent1ee6958324f44923ed309d2fa911fc432f514694 (diff)
linux/3.2: R.I.P.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31905 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.2/350-arm_compressed_size.patch')
-rw-r--r--target/linux/generic/patches-3.2/350-arm_compressed_size.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/patches-3.2/350-arm_compressed_size.patch b/target/linux/generic/patches-3.2/350-arm_compressed_size.patch
deleted file mode 100644
index 05d6618e9..000000000
--- a/target/linux/generic/patches-3.2/350-arm_compressed_size.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/arch/arm/boot/compressed/Makefile
-+++ b/arch/arm/boot/compressed/Makefile
-@@ -127,7 +127,7 @@ ccflags-y := -fpic -fno-builtin -I$(obj)
- asflags-y := -Wa,-march=all
-
- # Supply kernel BSS size to the decompressor via a linker symbol.
--KBSS_SZ = $(shell size $(obj)/../../../../vmlinux | awk 'END{print $$3}')
-+KBSS_SZ = $(shell $(CROSS_COMPILE)size $(obj)/../../../../vmlinux | awk 'END{print $$3}')
- LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ)
- # Supply ZRELADDR to the decompressor via a linker symbol.
- ifneq ($(CONFIG_AUTO_ZRELADDR),y)