diff options
| author | Vignesh R <[email protected]> | 2016-07-28 17:27:57 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2016-07-30 00:15:00 +0530 |
| commit | 2ae94221458fc70ae3ccac291450511d4bb7074a (patch) | |
| tree | 3a9a2ecf73b4a01746a655d8861cd2102ffe99e4 | |
| parent | 70ebdd775b35d8711a80cee27a6ade697afb25d5 (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 <[email protected]>
Reviewed-by: Mugunthan V N <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
| -rw-r--r-- | configs/am43xx_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig index 0eab4add438..b3fe2699fab 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 |
