From 65a7310de64a780b08c77dac8e1ee66b63066cda Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 1 Feb 2023 13:19:30 -0700 Subject: env: Drop ENV_IS_IN_SATA This is not used anywhere, so drop it. Signed-off-by: Simon Glass --- env/env.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'env/env.c') diff --git a/env/env.c b/env/env.c index 06078c7f374..0f73ebc08e0 100644 --- a/env/env.c +++ b/env/env.c @@ -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 -- cgit v1.2.3