ENV_HANDLING requires CRC32

Juergen Beisert jbe at pengutronix.de
Wed Nov 18 10:04:54 EST 2009


ENV_HANDLUNG requires CRC32 to make the linker happy.

Signed-off by: Juergen Beisert <jbe at pengutronix.de>
 
---
 common/Kconfig   |    1 +

Index: u-boot-v2/common/Kconfig
===================================================================
--- u-boot-v2.orig/common/Kconfig
+++ u-boot-v2/common/Kconfig
@@ -12,6 +12,7 @@ config CMD_MEMORY
 	bool
 
 config ENV_HANDLING
+	select CRC32
 	bool
 
 menu "General Settings              "

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | Phone: +49-8766-939 228     |
Vertretung Sued/Muenchen, Germany             | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686              | http://www.pengutronix.de/  |




More information about the barebox mailing list