summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2009-11-18 16:04:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-11-19 09:41:19 +0100
commitfc0bb9ea2d2f9aa88eb389d3217b85ddc7102dac (patch)
tree631dec2963e86343c58e019f6cdff6cbec6840ef /common
parent71306852fd860ecf03b7b0b08b1d2903be6d5abd (diff)
downloadbarebox-fc0bb9ea2d2f9aa88eb389d3217b85ddc7102dac.tar.gz
barebox-fc0bb9ea2d2f9aa88eb389d3217b85ddc7102dac.tar.xz
ENV_HANDLING requires CRC32
ENV_HANDLUNG requires CRC32 to make the linker happy. Signed-off by: Juergen Beisert <jbe@pengutronix.de> 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 c43a32fe68..df5dc68d29 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -12,6 +12,7 @@ config CMD_MEMORY
bool
config ENV_HANDLING
+ select CRC32
bool
menu "General Settings "