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 /include/configs/ls1088aqds.h | |
parent | 5e9445da288c5121546235e8201768abd087b281 (diff) | |
download | u-boot-6447eb062503eaa95f2b600256f241cd88d590c0.tar.gz |
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 'include/configs/ls1088aqds.h')
-rw-r--r-- | include/configs/ls1088aqds.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1088aqds.h b/include/configs/ls1088aqds.h index c2e6fd26d3..e60fe49f28 100644 --- a/include/configs/ls1088aqds.h +++ b/include/configs/ls1088aqds.h @@ -295,7 +295,6 @@ unsigned long get_board_ddr_clk(void); /* QSPI device */ #if defined(CONFIG_QSPI_BOOT) #define CONFIG_FSL_QSPI -#define CONFIG_SPI_FLASH_SPANSION #define FSL_QSPI_FLASH_SIZE (1 << 26) #define FSL_QSPI_FLASH_NUM 2 |