[PATCH 27/30] uimage: select uncompress and crc32 support
Sascha Hauer
s.hauer at pengutronix.de
Thu Jul 5 15:36:57 EDT 2012
uImage support needs both.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
common/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/common/Kconfig b/common/Kconfig
index 9e4f6b3..c52406c 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -48,6 +48,8 @@ config BINFMT
select FILETYPE
config UIMAGE
+ select UNCOMPRESS
+ select CRC32
bool
config GLOBALVAR
--
1.7.10
More information about the barebox
mailing list