]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: da8xxevm: Fix Environmental CRC error
authorAdam Ford <aford173@gmail.com>
Tue, 20 Nov 2018 14:43:13 +0000 (08:43 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 27 Nov 2018 03:52:12 +0000 (22:52 -0500)
commit37ff057d9446b08fcb66db02f6cb32099a4d2179
treebadcda22958271ab5ee57f6fe1ae7176916e7c17
parenta0106c82d677c611e479a6243f7a08252284e0f0
board: da8xxevm: Fix Environmental CRC error

When the spi_flash_probe_bus_cs() was previously called, it was
called using 0's for two values where CONFIG_ENV_SPI_MAX_HZ and
CONFIG_ENV_SPI_MODE are now used.  When changed this
caused the environment to fail the CRC check and the default
was used.  This patch defines both of these values back 0.

Fixes: 25a17652c9c2 ("fix: env: Fix the SPI flash device setup
for DM mode")

Signed-off-by: Adam Ford <aford173@gmail.com>
include/configs/da850evm.h