summaryrefslogtreecommitdiff
path: root/target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-08-08 14:16:48 +0000
committerMichael Büsch <mb@bu3sch.de>2010-08-08 14:16:48 +0000
commit975ba9a88d9b529457e2b6bdced86d7918421bfe (patch)
tree964074a366eae48d03e086f03209799d7abac07f /target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch
parentf2ef7cc8af1a7a983c90355c47df7d4b361bb600 (diff)
downloadmtk-20170518-975ba9a88d9b529457e2b6bdced86d7918421bfe.zip
mtk-20170518-975ba9a88d9b529457e2b6bdced86d7918421bfe.tar.gz
mtk-20170518-975ba9a88d9b529457e2b6bdced86d7918421bfe.tar.bz2
Add omap24xx.
Boots the kernel with working video and serial console. Userland is untested. SVN-Revision: 22530
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch')
-rw-r--r--target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch b/target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch
new file mode 100644
index 0000000..c57ca4e
--- /dev/null
+++ b/target/linux/omap24xx/patches-2.6.35/800-decompress-unlzo-fixes.patch
@@ -0,0 +1,17 @@
+---
+ lib/decompress_unlzo.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+--- linux-2.6.35.orig/lib/decompress_unlzo.c
++++ linux-2.6.35/lib/decompress_unlzo.c
+@@ -50,6 +50,10 @@ static const unsigned char lzop_magic[]
+ #define LZO_BLOCK_SIZE (256*1024l)
+ #define HEADER_HAS_FILTER 0x00000800L
+
++#ifndef INIT
++#define INIT /* nothing */
++#endif
++
+ STATIC inline int INIT parse_header(u8 *input, u8 *skip)
+ {
+ int l;