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/configs/dh_imx6.h | |
parent | f03af6e299d2da326d6a740c4fae70de6c313153 (diff) | |
download | u-boot-d16c9d0b3729b1b120caa1b9836660c3bbcd7b87.tar.gz u-boot-d16c9d0b3729b1b120caa1b9836660c3bbcd7b87.tar.xz u-boot-d16c9d0b3729b1b120caa1b9836660c3bbcd7b87.zip |
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/dh_imx6.h')
-rw-r--r-- | include/configs/dh_imx6.h | 2 |
1 files changed, 0 insertions, 2 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) |