commit | f2c2e6ddd5569f3a8570c349603eb19eaa5d7fe6 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Nov 20 08:43:13 2018 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 26 22:52:12 2018 -0500 |
tree | badcda22958271ab5ee57f6fe1ae7176916e7c17 | |
parent | 441a0e93c9671af406b23a2add99b52233a95d29 [diff] |
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>