diff options
author | Simon Glass | 2017-05-17 03:25:12 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 09:33:53 -0400 |
commit | dcab138793d9fde507e48e3b956bb4d824ff5eb4 (patch) | |
tree | c9657f57129d5faeda21c086649a67411deddc02 /include/configs/ls1046a_common.h | |
parent | 42e6f852dd0df304519f8dcb8b942a9324164c43 (diff) |
Kconfig: Drop CONFIG_CMD_ENV
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/ls1046a_common.h')
-rw-r--r-- | include/configs/ls1046a_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index da1e860de33..98b00edb75c 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -139,9 +139,6 @@ #define CONFIG_SYS_I2C_MXC_I2C4 /* Command line configuration */ -#ifndef SPL_NO_ENV -#define CONFIG_CMD_ENV -#endif /* MMC */ #ifndef SPL_NO_MMC |