diff mbox series

[v1,2/3] arm: config: Enable CRC8 support in SPL on imx287 XEA board

Message ID 20240110144849.1783122-2-lukma@denx.de
State Changes Requested
Delegated to: Tom Rini
Headers show
Series [v1,1/3] arm: config: xea: Update environment variables for XEA board (imx287) | expand

Commit Message

Lukasz Majewski Jan. 10, 2024, 2:48 p.m. UTC
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>
---

 configs/imx28_xea_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/imx28_xea_defconfig b/configs/imx28_xea_defconfig
index c1b0487f7e..64a0561a34 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