diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-01-27 13:19:03 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-01-27 13:19:03 +0000 |
commit | 444541f6f89356da10ea61801e30512289fbf277 (patch) | |
tree | 61097bc6b3fb96d0ba8d31751362705d12919760 /target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch | |
parent | d8634c45214d6321d6b9a478564454ef295b7d87 (diff) | |
download | upstream-444541f6f89356da10ea61801e30512289fbf277.tar.gz upstream-444541f6f89356da10ea61801e30512289fbf277.tar.bz2 upstream-444541f6f89356da10ea61801e30512289fbf277.zip |
omap24xx: Refresh 2.6.37 patches
SVN-Revision: 25143
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch')
-rw-r--r-- | target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch b/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch index c57ca4e6f0..ec34d81551 100644 --- a/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch +++ b/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch @@ -2,9 +2,11 @@ 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[] +Index: linux-2.6.37/lib/decompress_unlzo.c +=================================================================== +--- linux-2.6.37.orig/lib/decompress_unlzo.c 2011-01-27 14:17:20.745000007 +0100 ++++ linux-2.6.37/lib/decompress_unlzo.c 2011-01-27 14:17:56.557000007 +0100 +@@ -51,6 +51,10 @@ #define LZO_BLOCK_SIZE (256*1024l) #define HEADER_HAS_FILTER 0x00000800L |