]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: da850evm: Fix broken SPI Flash
authorAdam Ford <aford173@gmail.com>
Wed, 17 Apr 2019 16:21:56 +0000 (11:21 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 26 Apr 2019 22:58:21 +0000 (18:58 -0400)
commite6eb2035e2897d6f84aa428fe38758a31eb5bb93
treeb5641845b2988a07f01ef8c0eb8a06011247df44
parent65afcfd097d6fe9ecf83f6e1ea557eacaf405463
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: f0d753e8b257 ("Convert CONFIG_SF_DEFAULT_* to Kconfig")
Signed-off-by: Adam Ford <aford173@gmail.com>
configs/da850evm_defconfig