9
0
Fork 0

uimage: select uncompress and crc32 support

uImage support needs both.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-07-05 21:29:08 +02:00
parent 55a618ede4
commit 0daaf9e4c4
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ config BINFMT
select FILETYPE
config UIMAGE
select UNCOMPRESS
select CRC32
bool
config GLOBALVAR