summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-04-29 20:24:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-18 12:26:52 +0200
commitb3377b07f631aceb53cddeb218eff631460a64bf (patch)
treed6b010ff6c1bfb5dd2751a302476b84f713aeba2 /commands/Kconfig
parentc48de4beee21c3a5573cec084123c33ae08f6f7a (diff)
downloadbarebox-b3377b07f631aceb53cddeb218eff631460a64bf.tar.gz
barebox-b3377b07f631aceb53cddeb218eff631460a64bf.tar.xz
bootm: Add default images variables
It turns out useful to be able to configure bootm before its usage. This allows us to overwrite bootm settings on an individual base. This patch adds global variables to configure the kernel image, the initrd image and the devicetree image. These values will be used unless overwritten explicitely with command line switches. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 1839538dde..52e1f171bb 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -329,6 +329,7 @@ config CMD_BOOTM
select CRC32
select UNCOMPRESS
select FILETYPE
+ select GLOBALVAR
prompt "bootm"
config CMD_BOOTM_SHOW_TYPE