ARM: da850evm: Fix broken SPI Flash
authorAdam Ford <[email protected]>
Wed, 17 Apr 2019 16:21:56 +0000 (11:21 -0500)
committerTom Rini <[email protected]>
Fri, 26 Apr 2019 22:58:21 +0000 (18:58 -0400)
commitfd3c26f3f921ad7addf95857cdb99a883c6e497a
treeb5641845b2988a07f01ef8c0eb8a06011247df44
parent2b4ea2b34416b892fdf54d8f334106f9bf4df8ae
ARM: da850evm: Fix broken SPI Flash

A previous patch converted a bunch of settings for CONFIG_SF_DEFAULT
but it broke the SPI Flash which now prevents booting.  This patch
now correctly sets CONFIG_SF_DEFAULT_SPEED=30000000 to match what it
was before the conversion.

Fixes: 14453fbfadc2 ("Convert CONFIG_SF_DEFAULT_* to Kconfig")
Signed-off-by: Adam Ford <[email protected]>
configs/da850evm_defconfig