summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-11-25 19:09:07 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-29 20:55:50 +0100
commitac4854be5e67b4d19884fb4462982d91ca9bc815 (patch)
tree13c49579edc3ab7edeafcfae7c97433255d7a6ca /commands/Kconfig
parent88611e7448842749ccdd7193f4e0fc4d0a2bbe6c (diff)
downloadbarebox-ac4854be5e67b4d19884fb4462982d91ca9bc815.tar.gz
barebox-ac4854be5e67b4d19884fb4462982d91ca9bc815.tar.xz
factor out iminfo command
The rests of U-Boots iminfo command are sitting in commands/bootm.c and are in a nonusable state. Factor it out to its own file and make it work again. 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 78b9d2a0e6..93f14b278e 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -309,6 +309,12 @@ config CMD_BOOTM_SHOW_TYPE
depends on CMD_BOOTM
prompt "show image information"
+config CMD_IMINFO
+ bool
+ prompt "iminfo"
+ help
+ Show information about uImages
+
config CMD_BOOTZ
tristate
default y