summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-18 15:45:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-08-19 10:51:01 +0200
commit49ff3691b435c04d938ae6b75eaf18dac93817cc (patch)
treed9147b3b86cb9f11d15bff42f87cc09cac19e078 /commands
parent5db3059ebc856711db3254cb1ffa61783d48391b (diff)
downloadbarebox-49ff3691b435c04d938ae6b75eaf18dac93817cc.tar.gz
barebox-49ff3691b435c04d938ae6b75eaf18dac93817cc.tar.xz
arm: Add bootu command
bootu command to start raw (uncompressed) Linux images Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index db086fc921..85e8045a7e 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -215,6 +215,15 @@ config CMD_BOOTZ
help
compile in the 'bootz' command to start zImages
+config CMD_BOOTU
+ tristate
+ default y
+ depends on ARM
+ prompt "bootu"
+ help
+ compile in the 'bootu' command to start raw (uncompressed)
+ Linux images
+
config CMD_RESET
tristate
prompt "reset"