summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2019-03-02 20:45:35 +1300
committerStefan Roese <sr@denx.de>2019-03-19 09:22:05 +0100
commit3a2117d4fde6a0456d5cb141e93479f389aa2c25 (patch)
tree567459657c347346294d6784d59ee90050cf4016
parent94425efee1aea2a0b1702c2f6939abc722a92021 (diff)
downloadu-boot-3a2117d4fde6a0456d5cb141e93479f389aa2c25.tar.gz
ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR
This board uses Micron N25Q256A SPI flash. Enable SPI_FLASH_BAR to allow us to access the whole chip. Signed-off-by: Chris Packham <judge.packham@gmail.com> Cc: Vignesh R <vigneshr@ti.com> Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r--configs/db-88f6820-amc_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/db-88f6820-amc_defconfig b/configs/db-88f6820-amc_defconfig
index f5d35229d1..319d9dbd9c 100644
--- a/configs/db-88f6820-amc_defconfig
+++ b/configs/db-88f6820-amc_defconfig
@@ -53,6 +53,7 @@ CONFIG_SYS_I2C_MVTWSI=y
CONFIG_NAND=y
CONFIG_NAND_PXA3XX=y
CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_BAR=y
CONFIG_SPI_FLASH_MACRONIX=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PHY_MARVELL=y