[PATCH 03/11] fs: uImagefs: select crc32

Sascha Hauer s.hauer at pengutronix.de
Thu Nov 27 08:15:24 PST 2014


It needs it.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 fs/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/Kconfig b/fs/Kconfig
index 64fc117..04616b0 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -76,6 +76,7 @@ config FS_BPKFS
 
 config FS_UIMAGEFS
 	bool
+	select CRC32
 	prompt "uImage FS support"
 
 endmenu
-- 
2.1.3




More information about the barebox mailing list