summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-27 07:02:47 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-30 07:45:04 +0200
commit5a968fc81cf1f922733349469072b278efcc6806 (patch)
tree37c0b064c50429c42350ec8cf2937d7931b3d08c /common
parent45212cdd722b0ebcdab0fe9e9d043b8cd0132edb (diff)
downloadbarebox-5a968fc81cf1f922733349469072b278efcc6806.tar.gz
barebox-5a968fc81cf1f922733349469072b278efcc6806.tar.xz
bootm needs uImage support. Select it
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index dd705782ab..af29c72fcf 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -32,6 +32,7 @@ config GENERIC_GPIO
bool
config BOOTM
+ select UIMAGE
bool
config BLOCK