From ffc76589d0e728877992b7247a2ced39025e4493 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:14 -0600 Subject: Convert CONFIG_CMD_ENV_FLAGS to Kconfig This converts the following to Kconfig: CONFIG_CMD_ENV_FLAGS Signed-off-by: Simon Glass --- include/configs/ids8313.h | 1 - include/configs/sandbox.h | 2 -- 2 files changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index 17944a9058..69e2b9e397 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -444,7 +444,6 @@ #define CONFIG_UBOOTPATH "ids8313/u-boot.bin" #define CONFIG_FDTFILE "ids8313/ids8313.dtb" #define CONFIG_LOADADDR 0x400000 -#define CONFIG_CMD_ENV_FLAGS #define CONFIG_ENV_FLAGS_LIST_STATIC "ethaddr:mo,eth1addr:mo" /* Initial Memory map for Linux*/ diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 9aa18d465f..9d69fa2bc5 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -107,8 +107,6 @@ #define CONFIG_CMD_SANDBOX -#define CONFIG_CMD_ENV_FLAGS - #define CONFIG_BOOTARGS "" #ifndef SANDBOX_NO_SDL -- cgit v1.2.3