From a8c492dbb37a4f5213e428e011913e584dcb0bf7 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 12 Nov 2012 12:49:47 +0000 Subject: MIPS: add a build fix for arch/mips/boot/compressed/decompress.c And get rid of the AR7 patch because at least the Alchemy SoC also needs it Signed-off-by: Florian Fainelli SVN-Revision: 34170 --- .../linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch (limited to 'target/linux/ar7') diff --git a/target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch b/target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch deleted file mode 100644 index 56c8b31603..0000000000 --- a/target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/arch/mips/boot/compressed/decompress.c -+++ b/arch/mips/boot/compressed/decompress.c -@@ -44,6 +44,9 @@ void error(char *x) - #define STATIC static - - #ifdef CONFIG_KERNEL_GZIP -+#ifdef memcpy -+#undef memcpy -+#endif - void *memcpy(void *dest, const void *src, size_t n) - { - int i; -- cgit v1.2.3