diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:12 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:53 -0400 |
commit | dcab138793d9fde507e48e3b956bb4d824ff5eb4 (patch) | |
tree | c9657f57129d5faeda21c086649a67411deddc02 /include/configs/lacie_kw.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/lacie_kw.h')
-rw-r--r-- | include/configs/lacie_kw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 0737a3e2ce..69c08c69da 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -43,7 +43,6 @@ /* * Commands configuration */ -#define CONFIG_CMD_ENV #define CONFIG_CMD_IDE #ifndef CONFIG_NETSPACE_MINI_V2 /* No USB ports on Network Space v2 Mini */ #endif |