diff options
author | Kuldeep Singh | 2020-05-12 14:31:07 +0530 |
---|---|---|
committer | Priyanka Jain | 2020-05-19 09:22:05 +0530 |
commit | fe6ab29290b69ecc9c836c88aeb9ac469e0c104d (patch) | |
tree | bce6fc649794d7ac4dd8aeb5ca4289fe336cd6af /configs/ls1012aqds_tfa_defconfig | |
parent | 6146f75b22eb5e92a096fe12f77670a299f01200 (diff) |
configs: ls1012a: Enable CONFIG_SPI_FLASH_SPANSION in defconfigs
Since CONFIG_FSL_QSPI is already enabled for LS1012A in defconfigs. Also
enable CONFIG_SPI_FLASH_SPANSION for LS1012A boards having spansion
flashes.
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1012aqds_tfa_defconfig')
-rw-r--r-- | configs/ls1012aqds_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1012aqds_tfa_defconfig b/configs/ls1012aqds_tfa_defconfig index 7fc9e15bc41..8830259b3ba 100644 --- a/configs/ls1012aqds_tfa_defconfig +++ b/configs/ls1012aqds_tfa_defconfig @@ -60,6 +60,7 @@ CONFIG_SF_DEFAULT_BUS=1 CONFIG_SF_DEFAULT_MODE=0 CONFIG_SF_DEFAULT_SPEED=10000000 # CONFIG_SPI_FLASH_BAR is not set +CONFIG_SPI_FLASH_SPANSION=y # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set CONFIG_FSL_PFE=y CONFIG_DM_ETH=y |