summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-01-23 14:19:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-27 09:27:04 +0100
commit3f02bff2bf2f1cd85d070fbc11732d8024e683d3 (patch)
tree690d154b646fde88e705f303aecf8c6bd5ccd825 /common
parent25cee7ec176693c40d80c1614e1244624e803a85 (diff)
downloadbarebox-3f02bff2bf2f1cd85d070fbc11732d8024e683d3.tar.gz
barebox-3f02bff2bf2f1cd85d070fbc11732d8024e683d3.tar.xz
environment: Fix wrong Kconfig dependency
DEFAULT_ENVIRONMENT needs ENV_HANDLING, not CMD_LOADENV. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index ce426f22ad..8af7ec1a8d 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -529,7 +529,7 @@ source common/partitions/Kconfig
config DEFAULT_ENVIRONMENT
bool
default y
- select CMD_LOADENV
+ select ENV_HANDLING
prompt "Compile in default environment"
help
Enabling this option will give you a default environment when