summaryrefslogtreecommitdiff
path: root/include/configs/colibri_vf.h
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-10-28 16:39:11 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-10-28 16:39:11 +0100
commita8b7734eefa2dca96d8d1590c47c6d6d0eb3ae96 (patch)
treecd226af55e530784c7db7b0cbe1b534948f19e52 /include/configs/colibri_vf.h
parent0d4498ae8b535155f79473d8eed522f18420744f (diff)
apalis/colibri_imx6/vf: enable crc32 verify support
Enable the crc32 commands verify support as our U-Boot update scripts make use of this in order to detect and migrate the Toradex factory configuration block. BTW: On the Tegras this gets already pulled in through tegra-common.h.
Diffstat (limited to 'include/configs/colibri_vf.h')
-rw-r--r--include/configs/colibri_vf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index a31fe41905..6f33df6913 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -315,4 +315,6 @@
#define CONFIG_FSL_DSPI
#endif
+#define CONFIG_CRC32_VERIFY
+
#endif /* __CONFIG_H */