summaryrefslogtreecommitdiff
path: root/include/config_defaults.h
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2019-03-08 16:06:55 +0100
committerMarek Vasut <[email protected]>2019-04-09 18:19:10 +0200
commit95f4bbd581cfde45d4bd1fa5e56c2d880dae7ced (patch)
treefdf036ff9026bfcae64afd553105b60dcac6f382 /include/config_defaults.h
parent1fd303543aef9c4641bd578e6e52284f5a69df67 (diff)
lib: fdt: Allow LZO and GZIP DT compression in U-Boot
Add required Kconfig symbols, Makefile bits and macro fixes in a few places to support LZO and DT compression in U-Boot. This can save a lot of space with multi-DTB fitImages. Signed-off-by: Marek Vasut <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]> Cc: Simon Glass <[email protected]> Cc: Tom Rini <[email protected]> Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include/config_defaults.h')
-rw-r--r--include/config_defaults.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config_defaults.h b/include/config_defaults.h
index 7ef928bbe14..4ed09683b65 100644
--- a/include/config_defaults.h
+++ b/include/config_defaults.h
@@ -16,7 +16,4 @@
#define CONFIG_BOOTM_RTEMS 1
#define CONFIG_BOOTM_VXWORKS 1
-#define CONFIG_GZIP 1
-#define CONFIG_ZLIB 1
-
#endif