diff mbox series

[2/5] configs: lx2160a: Remove unused Flexspi config options

Message ID 20210303113423.2363901-3-kuldeep.singh@nxp.com
State Accepted
Commit 43ec24be9bf918f81582bfe7fc3d66d43bda4a04
Delegated to: Priyanka Jain
Headers show
Series Flexspi cleanups for ls1028a and lx2160a | expand

Commit Message

Kuldeep Singh March 3, 2021, 11:34 a.m. UTC
It is now safe to remove Flexspi configs NXP_FSPI_FLASH_SIZE and
NXP_FSPI_FLASH_NUM options from headers as they are no longer used by
driver anymore.

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
---
 include/configs/lx2160a_common.h | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index 466484c1997..9f2b8999cdb 100644
--- a/include/configs/lx2160a_common.h
+++ b/include/configs/lx2160a_common.h
@@ -154,12 +154,6 @@ 
 #endif
 #endif
 
-/* FlexSPI */
-#ifdef CONFIG_NXP_FSPI
-#define NXP_FSPI_FLASH_SIZE		SZ_64M
-#define NXP_FSPI_FLASH_NUM		1
-#endif
-
 /* GPIO */
 #ifdef CONFIG_DM_GPIO
 #ifndef CONFIG_MPC8XXX_GPIO