aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-26 15:06:17 -0400
committerTom Rini <trini@konsulko.com>2020-06-04 18:10:02 -0400
commitd16c9d0b3729b1b120caa1b9836660c3bbcd7b87 (patch)
tree0c2d50dfa369287b9a0014074afef1fb60e87c39 /include/configs
parentf03af6e299d2da326d6a740c4fae70de6c313153 (diff)
downloadu-boot-d16c9d0b3729b1b120caa1b9836660c3bbcd7b87.zip
u-boot-d16c9d0b3729b1b120caa1b9836660c3bbcd7b87.tar.gz
u-boot-d16c9d0b3729b1b120caa1b9836660c3bbcd7b87.tar.bz2
Convert CONFIG_BZIP2 et al to Kconfig
This converts the following to Kconfig: CONFIG_BZIP2 CONFIG_GZIP CONFIG_LZO CONFIG_ZLIB CONFIG_LZMA CONFIG_LZO Signed-off-by: Tom Rini <trini@konsulko.com>
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 efb3cfe..5bfdf40 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 768f4eb..1e1e5da 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 71738bf..f27dbfb 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 a694b2e..3754cd1 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 e59ef11..ce1e321 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 ed5e284..3ee6e68 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 aecf273..d256ce8 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 9081f41..99531ed 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 016b797..ff45714 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 ae7eca1..a1a98f9 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 3078b9c5..ccc9382 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 917f35b..0491cf5 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