summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/dh_imx6.h2
-rw-r--r--include/configs/guruplug.h1
-rw-r--r--include/configs/ib62x0.h5
-rw-r--r--include/configs/iconnect.h5
-rw-r--r--include/configs/nsa310s.h3
-rw-r--r--include/configs/sheevaplug.h1
-rw-r--r--include/configs/wb45n.h1
-rw-r--r--include/configs/x530.h1
-rw-r--r--include/configs/x86-common.h2
-rw-r--r--include/configs/xilinx_versal_mini.h2
-rw-r--r--include/configs/xilinx_zynqmp_mini.h2
-rw-r--r--include/configs/zynq_cse.h2
12 files changed, 0 insertions, 27 deletions
diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h
index efb3cfee352..5bfdf4044be 100644
--- a/include/configs/dh_imx6.h
+++ b/include/configs/dh_imx6.h
@@ -32,8 +32,6 @@
#define CONFIG_INITRD_TAG
#define CONFIG_REVISION_TAG
-#define CONFIG_BZIP2
-
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (4 * SZ_1M)
diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h
index 768f4ebcbb8..1e1e5da4d52 100644
--- a/include/configs/guruplug.h
+++ b/include/configs/guruplug.h
@@ -17,7 +17,6 @@
/*
* Standard filesystems
*/
-#define CONFIG_BZIP2
/*
* mv-plug-common.h should be defined after CMD configs since it used them
diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h
index 71738bfb7d8..f27dbfbc5f6 100644
--- a/include/configs/ib62x0.h
+++ b/include/configs/ib62x0.h
@@ -16,11 +16,6 @@
#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
/*
- * Compression configuration
- */
-#define CONFIG_BZIP2
-
-/*
* Commands configuration
*/
diff --git a/include/configs/iconnect.h b/include/configs/iconnect.h
index a694b2e92be..3754cd1e655 100644
--- a/include/configs/iconnect.h
+++ b/include/configs/iconnect.h
@@ -21,11 +21,6 @@
#define CONFIG_MACH_TYPE MACH_TYPE_ICONNECT
/*
- * Compression configuration
- */
-#define CONFIG_BZIP2
-
-/*
* Commands configuration
*/
diff --git a/include/configs/nsa310s.h b/include/configs/nsa310s.h
index e59ef11e66a..ce1e3214a69 100644
--- a/include/configs/nsa310s.h
+++ b/include/configs/nsa310s.h
@@ -15,9 +15,6 @@
#define CONFIG_KW88F6702 1 /* SOC Name */
#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
-/* compression configuration */
-#define CONFIG_BZIP2
-
/* commands configuration */
/*
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index ed5e284077d..3ee6e684fdb 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -21,7 +21,6 @@
/*
* Standard filesystems
*/
-#define CONFIG_BZIP2
/*
* mv-plug-common.h should be defined after CMD configs since it used them
diff --git a/include/configs/wb45n.h b/include/configs/wb45n.h
index aecf2737f8a..d256ce8e4b9 100644
--- a/include/configs/wb45n.h
+++ b/include/configs/wb45n.h
@@ -50,7 +50,6 @@
#define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PD5
#define CONFIG_RBTREE
-#define CONFIG_LZO
/* Ethernet */
#define CONFIG_MACB
diff --git a/include/configs/x530.h b/include/configs/x530.h
index 9081f416605..99531ed3190 100644
--- a/include/configs/x530.h
+++ b/include/configs/x530.h
@@ -71,7 +71,6 @@
#define CONFIG_SYS_NAND_ONFI_DETECTION
#define CONFIG_CMD_UBI
#define CONFIG_CMD_UBIFS
-#define CONFIG_LZO
#define CONFIG_CMD_MTDPARTS
#define CONFIG_SYS_MALLOC_LEN (4 << 20)
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 016b797a534..ff45714c82c 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -18,8 +18,6 @@
#define CONFIG_LMB
-#undef CONFIG_ZLIB
-#undef CONFIG_GZIP
#define CONFIG_SYS_BOOTM_LEN (16 << 20)
/* SATA AHCI storage */
diff --git a/include/configs/xilinx_versal_mini.h b/include/configs/xilinx_versal_mini.h
index ae7eca11553..a1a98f9193b 100644
--- a/include/configs/xilinx_versal_mini.h
+++ b/include/configs/xilinx_versal_mini.h
@@ -17,8 +17,6 @@
/* Undef unneeded configs */
#undef CONFIG_EXTRA_ENV_SETTINGS
-#undef CONFIG_ZLIB
-#undef CONFIG_GZIP
#undef CONFIG_CMD_ENV
/* BOOTP options */
diff --git a/include/configs/xilinx_zynqmp_mini.h b/include/configs/xilinx_zynqmp_mini.h
index 3078b9c55b5..ccc938267d5 100644
--- a/include/configs/xilinx_zynqmp_mini.h
+++ b/include/configs/xilinx_zynqmp_mini.h
@@ -19,8 +19,6 @@
#undef CONFIG_BOOTCOMMAND
#undef CONFIG_EXTRA_ENV_SETTINGS
#undef CONFIG_SYS_MALLOC_LEN
-#undef CONFIG_ZLIB
-#undef CONFIG_GZIP
#undef CONFIG_CMD_ENV
#undef CONFIG_SYS_INIT_SP_ADDR
diff --git a/include/configs/zynq_cse.h b/include/configs/zynq_cse.h
index 917f35b24c5..0491cf51361 100644
--- a/include/configs/zynq_cse.h
+++ b/include/configs/zynq_cse.h
@@ -15,8 +15,6 @@
/* Undef unneeded configs */
#undef CONFIG_EXTRA_ENV_SETTINGS
-#undef CONFIG_ZLIB
-#undef CONFIG_GZIP
#undef CONFIG_SYS_CBSIZE