diff options
author | Ashish Kumar <Ashish.Kumar@nxp.com> | 2017-10-30 11:54:52 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-11-14 08:33:20 -0800 |
commit | 6447eb062503eaa95f2b600256f241cd88d590c0 (patch) | |
tree | be390da10a2425b9419249c2fbe91bce97d3504b /configs/ls1088ardb_qspi_defconfig | |
parent | 5e9445da288c5121546235e8201768abd087b281 (diff) | |
download | u-boot-6447eb062503eaa95f2b600256f241cd88d590c0.tar.gz u-boot-6447eb062503eaa95f2b600256f241cd88d590c0.tar.xz u-boot-6447eb062503eaa95f2b600256f241cd88d590c0.zip |
armv8: ls1088a: Move CONFIG_SPI_FLASH_SPANSION to defconfig
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1088ardb_qspi_defconfig')
-rw-r--r-- | configs/ls1088ardb_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1088ardb_qspi_defconfig b/configs/ls1088ardb_qspi_defconfig index f2ab8e3907..9cc875a960 100644 --- a/configs/ls1088ardb_qspi_defconfig +++ b/configs/ls1088ardb_qspi_defconfig @@ -22,6 +22,7 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_SPANSION=y CONFIG_NETDEVICES=y CONFIG_E1000=y CONFIG_PCI=y |