diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-12 12:49:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-12 12:49:47 +0000 |
commit | a8c492dbb37a4f5213e428e011913e584dcb0bf7 (patch) | |
tree | 3ba1badc50936096304c188c644faca3cfd3e7e5 /target/linux/ar7 | |
parent | 5cddb170cdbe2ab2cdfd3e24cd025b387baa5438 (diff) | |
download | upstream-a8c492dbb37a4f5213e428e011913e584dcb0bf7.tar.gz upstream-a8c492dbb37a4f5213e428e011913e584dcb0bf7.tar.bz2 upstream-a8c492dbb37a4f5213e428e011913e584dcb0bf7.zip |
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 <florian@openwrt.org>
SVN-Revision: 34170
Diffstat (limited to 'target/linux/ar7')
-rw-r--r-- | target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
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; |