Index: /ar5315_microredboot/microredboot/boot/src/lib/LzmaDecode.h =================================================================== --- /ar5315_microredboot/microredboot/boot/src/lib/LzmaDecode.h (revision 12320) +++ /ar5315_microredboot/microredboot/boot/src/lib/LzmaDecode.h (revision 12327) @@ -29,10 +29,10 @@ /* Use read function for output data */ -/* #define _LZMA_PROB32 */ +#define _LZMA_PROB32 /* It can increase speed on some 32-bit CPUs, but memory usage will be doubled in that case */ -/* #define _LZMA_LOC_OPT */ -/* Enable local speed optimizations inside code */ +#define _LZMA_LOC_OPT +//Enable local speed optimizations inside code #ifndef UInt32