summaryrefslogtreecommitdiffstats
path: root/include/config_defaults.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-01-21 19:30:36 -0500
committerWolfgang Denk <wd@denx.de>2010-01-26 00:04:57 +0100
commit44431cabbb66e81a2d77642b6f7d39c6230ea4ba (patch)
tree21d0bf6f82d514cde39b19b375ca4d33a37234b7 /include/config_defaults.h
parent8edcde5e4e2e7f6bc7e277011fed71e64fd9d294 (diff)
downloadblackbird-obmc-uboot-44431cabbb66e81a2d77642b6f7d39c6230ea4ba.tar.gz
blackbird-obmc-uboot-44431cabbb66e81a2d77642b6f7d39c6230ea4ba.zip
gzip/zlib: make features optional
If you really want to slim down U-Boot and you would rather use a higher compression scheme (like LZMA), it'd be nice to disable gzip/zlib since these code bases take up a significant amount of space. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/config_defaults.h')
-rw-r--r--include/config_defaults.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_defaults.h b/include/config_defaults.h
index 08b6edec4e..0337163c2a 100644
--- a/include/config_defaults.h
+++ b/include/config_defaults.h
@@ -14,4 +14,7 @@
#define CONFIG_BOOTM_NETBSD 1
#define CONFIG_BOOTM_RTEMS 1
+#define CONFIG_GZIP 1
+#define CONFIG_ZLIB 1
+
#endif
OpenPOWER on IntegriCloud