summaryrefslogtreecommitdiff
path: root/configs/am57xx_hs_evm_defconfig
diff options
context:
space:
mode:
authorVignesh R <vigneshr@ti.com>2016-07-29 08:52:30 (GMT)
committerJagan Teki <jteki@openedev.com>2016-07-29 18:45:07 (GMT)
commit08887ed4505ec14ee94ab32c482dc4dec5ddc1e4 (patch)
tree5107792106dc5ec91952f654a4ffa38aefcfebe1 /configs/am57xx_hs_evm_defconfig
parent9af6ce42484ec4a1be4898ca7423ff93ac2ce2c5 (diff)
downloadu-boot-08887ed4505ec14ee94ab32c482dc4dec5ddc1e4.tar.xz
ARM: am57xx_evm: Enable QSPI support
AM571x IDK and AM572x IDK EVMs have spansion s25fl256s QSPI flash on the board connected to TI QSPI IP over CS0. Therefore enable QSPI support. 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/am57xx_hs_evm_defconfig')
-rw-r--r--configs/am57xx_hs_evm_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig
index 2ccb332..a4bfdd5 100644
--- a/configs/am57xx_hs_evm_defconfig
+++ b/configs/am57xx_hs_evm_defconfig
@@ -43,3 +43,8 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
CONFIG_OF_LIST="am57xx-beagle-x15"
CONFIG_DM_I2C=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
+CONFIG_SPI_FLASH_SPANSION=y
+CONFIG_TI_QSPI=y
+CONFIG_CMD_SF=y