From efc0644802a2c9c1747539e017562aabde1f54ec Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Fri, 22 May 2020 14:07:38 +0200 Subject: sandbox: move compression option to Kconfig CONFIG_BZIP2 and CONFIG_GZIP_COMPRESSED are Kconfig options. Select them by CONFIG_SANDBOX instead of setting them in configs/sandbox.h. Signed-off-by: Michael Walle Reviewed-by: Simon Glass --- include/configs/sandbox.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 7fda63f71a5..484a15df797 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -114,9 +114,6 @@ BOOTENV \ MEM_LAYOUT_ENV_SETTINGS -#define CONFIG_GZIP_COMPRESSED -#define CONFIG_BZIP2 - #ifndef CONFIG_SPL_BUILD #define CONFIG_SYS_IDE_MAXBUS 1 #define CONFIG_SYS_ATA_IDE0_OFFSET 0 -- cgit v1.3.1