commit | f19331a856ed6d6a13c81e8eaaaf0fcb53244599 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Apr 17 11:21:56 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 26 18:58:21 2019 -0400 |
tree | b5641845b2988a07f01ef8c0eb8a06011247df44 | |
parent | 4d1734dbb010cea09f801bb0c3290e270bcbae6e [diff] |
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 <aford173@gmail.com>