From c93ad777b86c40497cf29d88e3a91381fc8ebe5c Mon Sep 17 00:00:00 2001 From: Kuldeep Singh Date: Tue, 12 May 2020 12:54:07 +0530 Subject: treewide: Remove unused FSL QSPI config options for Layerscape platforms Some of these options are not used by the driver anymore and some of them are obsolete as the information is gathered from the dt. Also consolidating defines in common headers. Signed-off-by: Frieder Schrempf Signed-off-by: Ashish Kumar Signed-off-by: Kuldeep Singh Reviewed-by: Priyanka Jain --- include/configs/ls1021aiot.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/configs/ls1021aiot.h') diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 912345b2ef..3eff1be023 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -138,12 +138,6 @@ /* SPI */ #if defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI) #define CONFIG_SPI_FLASH_SPANSION - -/* QSPI */ -#define QSPI0_AMBA_BASE 0x40000000 -#define FSL_QSPI_FLASH_SIZE (1 << 24) -#define FSL_QSPI_FLASH_NUM 2 -#define CONFIG_SPI_FLASH_SPANSION #endif /* DM SPI */ -- cgit