diff options
author | Vignesh R <vigneshr@ti.com> | 2016-07-29 14:22:30 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2016-07-30 00:15:07 +0530 |
commit | 08887ed4505ec14ee94ab32c482dc4dec5ddc1e4 (patch) | |
tree | 5107792106dc5ec91952f654a4ffa38aefcfebe1 /configs/am57xx_evm_nodt_defconfig | |
parent | 9af6ce42484ec4a1be4898ca7423ff93ac2ce2c5 (diff) |
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_evm_nodt_defconfig')
-rw-r--r-- | configs/am57xx_evm_nodt_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/am57xx_evm_nodt_defconfig b/configs/am57xx_evm_nodt_defconfig index 4c5a0de369..f518e6fd78 100644 --- a/configs/am57xx_evm_nodt_defconfig +++ b/configs/am57xx_evm_nodt_defconfig @@ -26,3 +26,8 @@ CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_OF_LIBFDT=y +CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_BAR=y +CONFIG_SPI_FLASH_SPANSION=y +CONFIG_TI_QSPI=y +CONFIG_CMD_SF=y |