summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
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 /common/Kconfig
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 'common/Kconfig')
-rw-r--r--common/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index b776031bad..9e4f6b331e 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -47,6 +47,9 @@ config BINFMT
bool
select FILETYPE
+config UIMAGE
+ bool
+
config GLOBALVAR
bool