From ee7c0e712a22aff6c7db10acd040b215822f6622 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:43 -0600 Subject: Convert CONFIG_CMD_LZMADEC to Kconfig This converts the following to Kconfig: CONFIG_CMD_LZMADEC Signed-off-by: Simon Glass --- include/configs/sandbox.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index b3e2c47dcd2..c62b45e51cf 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -150,8 +150,6 @@ #define CONFIG_BZIP2 #define CONFIG_LZO -#define CONFIG_CMD_LZMADEC - #ifndef CONFIG_SPL_BUILD #define CONFIG_SYS_IDE_MAXBUS 1 #define CONFIG_SYS_ATA_IDE0_OFFSET 0 -- cgit v1.2.3