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/lsxl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/lsxl.h') diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index ce6d7c9998..59542a62e4 100644 --- a/include/configs/lsxl.h +++ b/include/configs/lsxl.h @@ -38,7 +38,6 @@ /* * Commands configuration */ -#define CONFIG_CMD_ENV #define CONFIG_CMD_IDE /* -- cgit