summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-07-05 21:13:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-25 09:27:27 +0200
commita6ce65b12175ba1cf1c56bdc70970d31461c1d95 (patch)
treeeff831d05e61665b62e877d0a44ca72c8c3c9b62 /commands
parent32fe6b09c2869a9d4a4975cd6e9893b994c3e5c8 (diff)
downloadbarebox-a6ce65b12175ba1cf1c56bdc70970d31461c1d95.tar.gz
barebox-a6ce65b12175ba1cf1c56bdc70970d31461c1d95.tar.xz
uimage: introduce UIMAGE Kconfig symbol
Both the uimage command and the bootm command need uImage support, so add a Kconfig symbol for it to be able to select it properly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 2478e3ffef..92a8152905 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -349,6 +349,7 @@ config CMD_BOOTM
tristate
default y
select CRC32
+ select UIMAGE
select UNCOMPRESS
select FILETYPE
select GLOBALVAR
@@ -397,6 +398,7 @@ config CMD_BOOTM_AIMAGE
Support using Android Images.
config CMD_UIMAGE
+ select UIMAGE
tristate
prompt "uimage"
help