summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-07-18 18:56:56 -0700
committerYe Li <ye.li@nxp.com>2019-07-18 19:13:32 -0700
commit3f94cf98113af6c31e146afcf394f34ff4d2bc00 (patch)
treec1e0a35c555bbab78daa612ad7adba2d7c4d3760 /env
parent77dcbf7029c0da8b991de60ba0f73a20ab1d1789 (diff)
MLK-22287 imx8mn: enable CONFIG_ENV_DEFAULT_NOWHERE at default
This CONFIG_ENV_DEFAULT_NOWHERE config must be enabled for USB download when we implemented the override function to select env storage medium. To avoid adding it to every imx8mn defconfig, enable the config as default on imx8mn. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'env')
-rw-r--r--env/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/env/Kconfig b/env/Kconfig
index ac2ef067b3..0d7814296a 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -23,6 +23,7 @@ config ENV_IS_NOWHERE
config ENV_DEFAULT_NOWHERE
depends on !ENV_IS_NOWHERE
+ default y if IMX8MN
bool "Environment is not stored if no matched location"
help
Define this when multiple ENV locations are defined and use nowhere as