From dcab138793d9fde507e48e3b956bb4d824ff5eb4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:12 -0600 Subject: Kconfig: Drop CONFIG_CMD_ENV This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- include/configs/ea20.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/ea20.h') diff --git a/include/configs/ea20.h b/include/configs/ea20.h index 3a5b5c7285d..53ee1adc0b4 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -128,7 +128,6 @@ /* * U-Boot commands */ -#define CONFIG_CMD_ENV #define CONFIG_CMD_SAVES #ifdef CONFIG_CMD_BDI @@ -169,7 +168,6 @@ !defined(CONFIG_USE_SPIFLASH) #define CONFIG_ENV_IS_NOWHERE #define CONFIG_ENV_SIZE (16 << 10) -#undef CONFIG_CMD_ENV #endif /* additions for new relocation code, must added to all boards */ -- cgit v1.2.3