diff options
author | Tom Rini <trini@konsulko.com> | 2016-01-21 11:49:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-21 11:49:49 -0500 |
commit | 6905f4d3c7be46fed4859f51f0a8f9a1107c22e7 (patch) | |
tree | dd2fb0d12e56b3d69560b26a11ee0f0130ea0a5a /include/bzlib.h | |
parent | 45fe3809b9923b92f221d70eb45ae071059fd5e0 (diff) | |
parent | 747440d0fa95f2205a8fcef49b6c7845700b6246 (diff) | |
download | talos-obmc-uboot-6905f4d3c7be46fed4859f51f0a8f9a1107c22e7.tar.gz talos-obmc-uboot-6905f4d3c7be46fed4859f51f0a8f9a1107c22e7.zip |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'include/bzlib.h')
-rw-r--r-- | include/bzlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bzlib.h b/include/bzlib.h index 2d864d56b7..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 |