From bc475d0fde85ed524943d686b326f4dca8c5efcf Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Tue, 9 Jul 2019 14:50:15 +0530 Subject: configs: ls1043aqds: Move CONFIG_FSL_QSPI to defconfig Move CONFIG_FSL_QSPI from header file to defconfigs, consequently unset imply config(CONFIG_SPI_FLASH_BAR) which is not valid for LS series. Signed-off-by: Ashish Kumar Reviewed-by: Prabhakar Kushwaha --- include/configs/ls1043aqds.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 0e4e370109f..0ea3ca03324 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -382,7 +382,6 @@ unsigned long get_board_ddr_clk(void); /* QSPI device */ #if defined(CONFIG_TFABOOT) || \ (defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)) -#define CONFIG_FSL_QSPI #ifdef CONFIG_FSL_QSPI #define CONFIG_SPI_FLASH_SPANSION #define FSL_QSPI_FLASH_SIZE (1 << 24) -- cgit v1.2.3