summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSanjeev Premi <premi@ti.com>2012-02-07 22:22:45 +0530
committerSascha Hauer <s.hauer@pengutronix.de>2012-02-07 23:17:43 +0100
commit21ea9e0f543fad4e84b9a111d0530219f08246a5 (patch)
tree512ec7f4fd0bb6a1d3e24e8dae2124468da7df78 /common/Kconfig
parent037cf6e80b2fdad13a9b93277c9613316a5cf1c7 (diff)
downloadbarebox-21ea9e0f543fad4e84b9a111d0530219f08246a5.tar.gz
barebox-21ea9e0f543fad4e84b9a111d0530219f08246a5.tar.xz
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 <premi@ti.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index d1db27dcbb..2a7cbfc13e 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