X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fbzlib.h;h=19314f8f665752769d51ebea6523ccb23118fc3f;hb=f4df1f767892b42d01e9213d08a6f16eef646152;hp=64f397de93dbf3a4a2d08ac13864c9fe1ae5c4da;hpb=c29fdfc1d8cbefd2d85a354b95486a6d2b3f4a88;p=u-boot diff --git a/include/bzlib.h b/include/bzlib.h index 64f397de93..19314f8f66 100644 --- a/include/bzlib.h +++ b/include/bzlib.h @@ -68,7 +68,10 @@ /* Configure for U-Boot environment */ #define BZ_NO_STDIO + +#ifndef CONFIG_SANDBOX #define BZ_NO_COMPRESS +#endif /* End of configuration for U-Boot environment */ #ifdef __cplusplus @@ -172,7 +175,6 @@ BZ_EXTERN int BZ_API(BZ2_bzDecompressEnd) ( ); - /*-- High(er) level library functions --*/ #ifndef BZ_NO_STDIO