summaryrefslogtreecommitdiff
path: root/env/env.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-01-09 16:02:29 -0500
committerTom Rini <trini@konsulko.com>2019-01-09 16:02:29 -0500
commit43a6a1ec9055a53a11d6d735f11cceea13912bbe (patch)
treea41a8a53c8e92be82d68a6b7862b50971ec2522a /env/env.c
parent54707a942009fae083dd78b58ff057127ba0e900 (diff)
parent4fb224638d608ba3bdc9200360663b4109038580 (diff)
Merge branch '2019-01-08-master-imports'
- stm32f7 GPIO fixes - SATA env fixes - More DM migration deadline warnings - Regression fix for non-DM MMC drivers - dma_alloc_coherent size fix on ARM.
Diffstat (limited to 'env/env.c')
-rw-r--r--env/env.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/env/env.c b/env/env.c
index afed0f3c95..003509d342 100644
--- a/env/env.c
+++ b/env/env.c
@@ -71,6 +71,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