From 21ea9e0f543fad4e84b9a111d0530219f08246a5 Mon Sep 17 00:00:00 2001 From: Sanjeev Premi Date: Tue, 7 Feb 2012 22:22:45 +0530 Subject: [PATCH] Select CMD_LOADENV with DEFAULT_ENVIRONMENT The environment isn't loaded until this command is is selected - even if compiled in. This patch makes the dependency explicit. Signed-off-by: Sanjeev Premi Signed-off-by: Sascha Hauer --- common/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Kconfig b/common/Kconfig index d1db27dcb..2a7cbfc13 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -447,6 +447,7 @@ config PARTITION_DISK_DOS config DEFAULT_ENVIRONMENT bool default y + select CMD_LOADENV prompt "Compile in default environment" help Enabling this option will give you a default environment when