mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
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>
This commit is contained in:
parent
dbde4c6155
commit
decc451a85
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue