From 6447eb062503eaa95f2b600256f241cd88d590c0 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Mon, 30 Oct 2017 11:54:52 +0530 Subject: armv8: ls1088a: Move CONFIG_SPI_FLASH_SPANSION to defconfig Signed-off-by: Ashish Kumar Reviewed-by: York Sun --- include/configs/ls1088ardb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ls1088ardb.h') diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index 478ddd0864..958d472e4d 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088ardb.h @@ -234,7 +234,6 @@ /* 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 #endif -- cgit