[PATCH 2/3] environment: Fix wrong Kconfig dependency
Sascha Hauer
s.hauer at pengutronix.de
Thu Jan 23 08:28:36 EST 2014
DEFAULT_ENVIRONMENT needs ENV_HANDLING, not CMD_LOADENV.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Kconfig b/common/Kconfig
index ce426f2..8af7ec1 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
--
1.8.5.2
More information about the barebox
mailing list