]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/bzlib.h
cmd: add command for accessing the RPM via SMD protocol
[karo-tx-uboot.git] / include / bzlib.h
index 2d864d56b75676600a21750537c4b84e7a1bc1df..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