X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fbzlib.h;h=19314f8f665752769d51ebea6523ccb23118fc3f;hb=0223462b373b975d970fa86e5e1a7eadd1d41820;hp=64f397de93dbf3a4a2d08ac13864c9fe1ae5c4da;hpb=c29fdfc1d8cbefd2d85a354b95486a6d2b3f4a88;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/bzlib.h b/include/bzlib.h index 64f397d..19314f8 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