Skip to content

Commit

Permalink
env: Drop ENV_IS_IN_SATA
Browse files Browse the repository at this point in the history
This is not used anywhere, so drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
  • Loading branch information
sjg20 authored and trini committed Feb 7, 2023
1 parent 7e9a900 commit 65a7310
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 127 deletions.
1 change: 0 additions & 1 deletion cmd/nvedit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion env/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ extra-$(CONFIG_ENV_IS_IN_FLASH) += embedded.o
obj-$(CONFIG_ENV_IS_IN_NVRAM) += embedded.o
obj-$(CONFIG_ENV_IS_IN_NVRAM) += nvram.o
obj-$(CONFIG_ENV_IS_IN_ONENAND) += onenand.o
obj-$(CONFIG_ENV_IS_IN_SATA) += sata.o
obj-$(CONFIG_ENV_IS_IN_REMOTE) += remote.o
obj-$(CONFIG_ENV_IS_IN_UBI) += ubi.o
endif
Expand Down
3 changes: 0 additions & 3 deletions env/env.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ static enum env_location env_locations[] = {
#ifdef CONFIG_ENV_IS_IN_REMOTE
ENVL_REMOTE,
#endif
#ifdef CONFIG_ENV_IS_IN_SATA
ENVL_ESATA,
#endif
#ifdef CONFIG_ENV_IS_IN_SPI_FLASH
ENVL_SPI_FLASH,
#endif
Expand Down
122 changes: 0 additions & 122 deletions env/sata.c

This file was deleted.

0 comments on commit 65a7310

Please sign in to comment.