9
0
Fork 0

environment: Fix wrong Kconfig dependency

DEFAULT_ENVIRONMENT needs ENV_HANDLING, not CMD_LOADENV.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-01-23 14:19:36 +01:00
parent 25cee7ec17
commit 3f02bff2bf
1 changed files with 1 additions and 1 deletions

View File

@ -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