summaryrefslogtreecommitdiffstats
path: root/configs/ls2088ardb_qspi_defconfig
diff options
context:
space:
mode:
authorAshish Kumar <Ashish.Kumar@nxp.com>2018-06-26 16:50:57 +0530
committerYork Sun <york.sun@nxp.com>2018-07-26 10:59:35 -0700
commit32dab9100ef27a85e6b4630faa998247a5d03167 (patch)
treec50fcd56d05c47dc09e5fd44523134aa76bdfb32 /configs/ls2088ardb_qspi_defconfig
parente90cc47510ef5e08ecd60ba36fd4276fb4fe0e82 (diff)
downloadu-boot-32dab9100ef27a85e6b4630faa998247a5d03167.tar.gz
u-boot-32dab9100ef27a85e6b4630faa998247a5d03167.tar.xz
u-boot-32dab9100ef27a85e6b4630faa998247a5d03167.zip
armv8: ls2088ardb: Move CONFIG_SPI_FLASH, CONFIG_SPI_FLASH_SPANSION to defconfig
Move CONFIG_SPI_FLASH_SPANSION, CONFIG_SPI_FLASH, to defconfig. Also disable disable 4K erase size option. Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls2088ardb_qspi_defconfig')
-rw-r--r--configs/ls2088ardb_qspi_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ls2088ardb_qspi_defconfig b/configs/ls2088ardb_qspi_defconfig
index 18a9634342..1384768ddf 100644
--- a/configs/ls2088ardb_qspi_defconfig
+++ b/configs/ls2088ardb_qspi_defconfig
@@ -31,6 +31,9 @@ CONFIG_FSL_CAAM=y
CONFIG_FSL_ESDHC=y
CONFIG_DM_SPI_FLASH=y
CONFIG_PHYLIB=y
+CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_SPANSION=y
+# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
CONFIG_NETDEVICES=y
CONFIG_PHY_GIGE=y
CONFIG_E1000=y