diff --git a/env/env.c b/env/env.c index dad6841e3c..042a8c65fa 100644 --- a/env/env.c +++ b/env/env.c @@ -51,6 +51,9 @@ 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