summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 13:19:30 -0700
committerTom Rini <trini@konsulko.com>2023-02-07 14:33:48 -0500
commit65a7310de64a780b08c77dac8e1ee66b63066cda (patch)
tree2f1262fa85fa40b4edf4e2c05fcf5e80315a8392 /cmd
parent7e9a900aa71f82242880ad9e66de25838e250942 (diff)
env: Drop ENV_IS_IN_SATA
This is not used anywhere, so drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/nvedit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/nvedit.c b/cmd/nvedit.c
index 53e6b57b60..e2a5f0089e 100644
--- a/cmd/nvedit.c
+++ b/cmd/nvedit.c
@@ -51,7 +51,6 @@ DECLARE_GLOBAL_DATA_PTR;
defined(CONFIG_ENV_IS_IN_NAND) || \
defined(CONFIG_ENV_IS_IN_NVRAM) || \
defined(CONFIG_ENV_IS_IN_ONENAND) || \
- defined(CONFIG_ENV_IS_IN_SATA) || \
defined(CONFIG_ENV_IS_IN_SPI_FLASH) || \
defined(CONFIG_ENV_IS_IN_REMOTE) || \
defined(CONFIG_ENV_IS_IN_UBI)