diff options
author | Jon Nettleton <jon@solid-run.com> | 2017-11-13 07:04:30 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-11-16 11:45:20 +0100 |
commit | 962b8fef91fbfa58c1045bee4d9a73c72b46c829 (patch) | |
tree | 3d67f6d0a794c7abd2274877b9d3307dd50f4d19 /configs | |
parent | b4b06ac6f767b833acf7cf6e7533ead2f4425378 (diff) | |
download | u-boot-962b8fef91fbfa58c1045bee4d9a73c72b46c829.zip u-boot-962b8fef91fbfa58c1045bee4d9a73c72b46c829.tar.gz u-boot-962b8fef91fbfa58c1045bee4d9a73c72b46c829.tar.bz2 |
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 <jon@solid-run.com>
[baruch: remove speed/mode; add bus; move winbond to defconfig]
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/clearfog_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig index 3de2043..5fa645a 100644 --- a/configs/clearfog_defconfig +++ b/configs/clearfog_defconfig @@ -46,3 +46,6 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_MVEBU=y CONFIG_USB_STORAGE=y +CONFIG_SPI_FLASH_BAR=y +CONFIG_SPI_FLASH_WINBOND=y +CONFIG_SPI_FLASH_MTD=y |