From 164fed941f09122a92d8fc15d3eccda8e1351dca Mon Sep 17 00:00:00 2001 From: Kuldeep Singh Date: Thu, 20 Feb 2020 22:57:54 +0530 Subject: treewide: Remove unused FSL QSPI config options for IMX 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. So, remove the unused config options now. Signed-off-by: Frieder Schrempf Signed-off-by: Ashish Kumar Signed-off-by: Kuldeep Singh --- include/configs/mx6ullevk.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/configs/mx6ullevk.h') diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h index af335bcfff..3d42d26aa4 100644 --- a/include/configs/mx6ullevk.h +++ b/include/configs/mx6ullevk.h @@ -160,12 +160,6 @@ #define CONFIG_SOFT_SPI -#ifdef CONFIG_FSL_QSPI -#define CONFIG_SYS_FSL_QSPI_AHB -#define FSL_QSPI_FLASH_NUM 1 -#define FSL_QSPI_FLASH_SIZE SZ_32M -#endif - #ifdef CONFIG_CMD_NET #define CONFIG_FEC_ENET_DEV 1 #if (CONFIG_FEC_ENET_DEV == 0) -- cgit