From: Vignesh R Date: Thu, 28 Jul 2016 11:57:57 +0000 (+0530) Subject: configs: am43xx_evm_defconfig: Enable CONFIG_SPI_FLASH_BAR X-Git-Tag: v2016.09-rc2~164 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2ae94221458fc70ae3ccac291450511d4bb7074a;p=u-boot 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 Reviewed-by: Mugunthan V N Reviewed-by: Tom Rini Reviewed-by: Jagan Teki --- 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