]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: config: Enable CRC8 support in SPL on imx287 XEA board
authorLukasz Majewski <lukma@denx.de>
Mon, 15 Jan 2024 13:51:29 +0000 (14:51 +0100)
committerFabio Estevam <festevam@gmail.com>
Mon, 15 Jan 2024 13:55:42 +0000 (10:55 -0300)
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

index c1b0487f7ea7a8bd87dea67a0f3ea0e6baedc2a7..64a0561a3497f29927fb558046d618cea4bec645 100644 (file)
@@ -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