summaryrefslogtreecommitdiff
path: root/common/env_sf.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/env_sf.c')
-rw-r--r--common/env_sf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/env_sf.c b/common/env_sf.c
index a4427764f..faf62608b 100644
--- a/common/env_sf.c
+++ b/common/env_sf.c
@@ -26,9 +26,6 @@
* MA 02111-1307 USA
*/
#include <common.h>
-
-#ifdef CONFIG_ENV_IS_IN_SPI_FLASH
-
#include <environment.h>
#include <spi_flash.h>
@@ -135,5 +132,3 @@ int env_init(void)
return 0;
}
-
-#endif /* CONFIG_ENV_IS_IN_SPI_FLASH */