
16 Nov
2017
16 Nov
'17
2:08 p.m.
On 13.11.2017 06:04, Baruch Siach wrote:
From: Jon Nettleton jon@solid-run.com
The production variant of the SPI flash used by the clearfog devices are based on winbond chips. Additionally enable SPI_FLASH_BAR since some variants will have 16MB of flash that requires this to be enabled.
Remove the default speed and mode; these values are taken from the device tree when CONFIG_DM_SPI_FLASH is enabled.
Add default bus, so that 'sf' detects the SPI flash by default.
Signed-off-by: Jon Nettleton jon@solid-run.com [baruch: remove speed/mode; add bus; move winbond to defconfig] Signed-off-by: Baruch Siach baruch@tkos.co.il
v2: Move CONFIG_SPI_FLASH_WINBOND to defconfig (Jagan)
Applied to u-boot-marvell/master.
Thanks, Stefan