]> Git Repo - J-u-boot.git/commit - include/configs/clearfog.h
arm: mvebu: clearfog: Fix SPI-NOR flash access
authorJon Nettleton <[email protected]>
Mon, 13 Nov 2017 05:04:30 +0000 (07:04 +0200)
committerStefan Roese <[email protected]>
Thu, 16 Nov 2017 10:45:20 +0000 (11:45 +0100)
commit962b8fef91fbfa58c1045bee4d9a73c72b46c829
tree3d67f6d0a794c7abd2274877b9d3307dd50f4d19
parentb4b06ac6f767b833acf7cf6e7533ead2f4425378
arm: mvebu: clearfog: Fix SPI-NOR flash access

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 <[email protected]>
[baruch: remove speed/mode; add bus; move winbond to defconfig]
Signed-off-by: Baruch Siach <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
configs/clearfog_defconfig
include/configs/clearfog.h
This page took 0.034611 seconds and 4 git commands to generate.