]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/bzlib.h
dfu: Fix up the Kconfig mess
[people/ms/u-boot.git] / include / bzlib.h
index 64f397de93dbf3a4a2d08ac13864c9fe1ae5c4da..19314f8f665752769d51ebea6523ccb23118fc3f 100644 (file)
 
 /* 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