summaryrefslogtreecommitdiff
path: root/configs/am43xx_evm_defconfig
diff options
context:
space:
mode:
authorVignesh R <vigneshr@ti.com>2016-07-28 17:27:57 +0530
committerJagan Teki <jteki@openedev.com>2016-07-30 00:15:00 +0530
commit2ae94221458fc70ae3ccac291450511d4bb7074a (patch)
tree3a9a2ecf73b4a01746a655d8861cd2102ffe99e4 /configs/am43xx_evm_defconfig
parent70ebdd775b35d8711a80cee27a6ade697afb25d5 (diff)
configs: am43xx_evm_defconfig: Enable CONFIG_SPI_FLASH_BAR
AM437x SK and AM437x IDK EVMs have 64MB flash, therefore enable CONFIG_SPI_FLASH_BAR to access flash regions above 16MB. Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs/am43xx_evm_defconfig')
-rw-r--r--configs/am43xx_evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig
index 0eab4add43..b3fe2699fa 100644
--- a/configs/am43xx_evm_defconfig
+++ b/configs/am43xx_evm_defconfig
@@ -37,6 +37,7 @@ CONFIG_DM=y
CONFIG_DM_MMC=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_MACRONIX=y
+CONFIG_SPI_FLASH_BAR=y
CONFIG_SYS_NS16550=y
CONFIG_TI_QSPI=y
CONFIG_TIMER=y