summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-22 13:09:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-30 07:45:04 +0200
commit28141f9e5a465571cf79505b2fd4b9ae207b9ce3 (patch)
treee87467cc448b9e833a581c7593c03e36f2f3cee9 /common
parent5a968fc81cf1f922733349469072b278efcc6806 (diff)
downloadbarebox-28141f9e5a465571cf79505b2fd4b9ae207b9ce3.tar.gz
barebox-28141f9e5a465571cf79505b2fd4b9ae207b9ce3.tar.xz
defenv-2: replace boot script with command
This replaces the 'boot' script in the defaultenv-2 with a command with the same behaviour. A command gives more flexibility for future externsions Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index af29c72fcf..7b0b0db2cf 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -550,6 +550,7 @@ config DEFAULT_ENVIRONMENT_GENERIC_NEW
select CMD_READLINK
select CMD_DIRNAME
select FLEXIBLE_BOOTARGS
+ select CMD_BOOT
prompt "Generic environment template"
config DEFAULT_ENVIRONMENT_GENERIC