summaryrefslogtreecommitdiff
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
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.
-rw-r--r--include/configs/apalis_imx6.h2
-rw-r--r--include/configs/colibri_imx6.h2
-rw-r--r--include/configs/colibri_vf.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h
index c91457da76..c3be6facad 100644
--- a/include/configs/apalis_imx6.h
+++ b/include/configs/apalis_imx6.h
@@ -370,4 +370,6 @@
#define CONFIG_SUPPORT_RAW_INITRD
#define CONFIG_CMD_FS_GENERIC
+#define CONFIG_CRC32_VERIFY
+
#endif /* __CONFIG_H */
diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h
index 57bf08797c..3842cd00ef 100644
--- a/include/configs/colibri_imx6.h
+++ b/include/configs/colibri_imx6.h
@@ -330,4 +330,6 @@
#define CONFIG_SUPPORT_RAW_INITRD
#define CONFIG_CMD_FS_GENERIC
+#define CONFIG_CRC32_VERIFY
+
#endif /* __CONFIG_H */
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 */