diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-26 15:06:17 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-04 18:10:02 -0400 |
commit | d16c9d0b3729b1b120caa1b9836660c3bbcd7b87 (patch) | |
tree | 0c2d50dfa369287b9a0014074afef1fb60e87c39 /include | |
parent | f03af6e299d2da326d6a740c4fae70de6c313153 (diff) |
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')
-rw-r--r-- | include/configs/dh_imx6.h | 2 | ||||
-rw-r--r-- | include/configs/guruplug.h | 1 | ||||
-rw-r--r-- | include/configs/ib62x0.h | 5 | ||||
-rw-r--r-- | include/configs/iconnect.h | 5 | ||||
-rw-r--r-- | include/configs/nsa310s.h | 3 | ||||
-rw-r--r-- | include/configs/sheevaplug.h | 1 | ||||
-rw-r--r-- | include/configs/wb45n.h | 1 | ||||
-rw-r--r-- | include/configs/x530.h | 1 | ||||
-rw-r--r-- | include/configs/x86-common.h | 2 | ||||
-rw-r--r-- | include/configs/xilinx_versal_mini.h | 2 | ||||
-rw-r--r-- | include/configs/xilinx_zynqmp_mini.h | 2 | ||||
-rw-r--r-- | include/configs/zynq_cse.h | 2 |
12 files changed, 0 insertions, 27 deletions
diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h index efb3cfee35..5bfdf4044b 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 768f4ebcbb..1e1e5da4d5 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 71738bfb7d..f27dbfbc5f 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 a694b2e92b..3754cd1e65 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 e59ef11e66..ce1e3214a6 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 ed5e284077..3ee6e684fd 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 aecf2737f8..d256ce8e4b 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 9081f41660..99531ed319 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 016b797a53..ff45714c82 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 ae7eca1155..a1a98f9193 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 3078b9c55b..ccc938267d 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 917f35b24c..0491cf5136 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 |