summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-19 10:45:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-08-19 10:50:31 +0200
commit5db3059ebc856711db3254cb1ffa61783d48391b (patch)
tree704d5acfba9527e9526453a6ca99bdbedcd63da4 /commands
parent6df1e4b20a3870abeee205627d041f4538b4a391 (diff)
downloadbarebox-5db3059ebc856711db3254cb1ffa61783d48391b.tar.gz
barebox-5db3059ebc856711db3254cb1ffa61783d48391b.tar.xz
arm: make 'bootz' configurable
also, fix compilation with bootm disabled Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index a91bcef962..db086fc921 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -207,6 +207,14 @@ config CMD_BOOTM_SHOW_TYPE
depends on CMD_BOOTM
prompt "show image information"
+config CMD_BOOTZ
+ tristate
+ default y
+ depends on ARM
+ prompt "bootz"
+ help
+ compile in the 'bootz' command to start zImages
+
config CMD_RESET
tristate
prompt "reset"