aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Majewski2024-01-15 14:51:29 +0100
committerFabio Estevam2024-01-15 10:55:42 -0300
commitdecc451a854d4979d47d60d355772ab1813e50b2 (patch)
tree1be9d992e9f284e58bc8705fb26f085f3ade5598
parentdbde4c6155fbc1e455262a07b0c3c75e24cfac76 (diff)
arm: config: Enable CRC8 support in SPL on imx287 XEA board
The boot0/1 feature uses simple CRC8 to check (in SPL) if SPI-NOR content is not corrupted, hence the need to enable it. Signed-off-by: Lukasz Majewski <lukma@denx.de>
-rw-r--r--configs/imx28_xea_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx28_xea_defconfig b/configs/imx28_xea_defconfig
index c1b0487f7ea..64a0561a349 100644
--- a/configs/imx28_xea_defconfig
+++ b/configs/imx28_xea_defconfig
@@ -123,4 +123,5 @@ CONFIG_DM_SERIAL=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_MXS_SPI=y
+CONFIG_SPL_CRC8=y
# CONFIG_SPL_OF_LIBFDT is not set