summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-12-11 13:48:52 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-15 11:07:15 +0100
commit1d1618a11b33f3c88b5e9f52b3b4c38199eedec0 (patch)
tree0a360b17c1af66716e3e9b70624e14b2fdce6fde /commands/Kconfig
parentd4e5c6b8a03d31c00084d38e40d9811267f00289 (diff)
downloadbarebox-1d1618a11b33f3c88b5e9f52b3b4c38199eedec0.tar.gz
barebox-1d1618a11b33f3c88b5e9f52b3b4c38199eedec0.tar.xz
add uimage command
The uimage command superseeds the iminfo command. Unlike the iminfo command the uimage command can also be used to verify the data crc on demand and to extract uImages to files. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 3cf2d085f3..fc37971288 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -338,6 +338,12 @@ config CMD_IMINFO
help
Show information about uImages
+config CMD_UIMAGE
+ tristate
+ prompt "uimage"
+ help
+ Show information about uImage and also extract and verify uImages.
+
config CMD_BOOTZ
tristate
default y