From d16c9d0b3729b1b120caa1b9836660c3bbcd7b87 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 26 May 2020 15:06:17 -0400 Subject: 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 --- include/configs/xilinx_versal_mini.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/xilinx_versal_mini.h') 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 */ -- cgit