summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuldeep Singh <kuldeep.singh@nxp.com>2021-03-03 17:04:20 +0530
committerPriyanka Jain <priyanka.jain@nxp.com>2021-03-23 18:06:07 +0530
commit43ec24be9bf918f81582bfe7fc3d66d43bda4a04 (patch)
tree3a4f255c7c14c99c9fdafcce1062e554801ac3c9
parent3fadc80cd4f86810f629d83a591ddc585954fb98 (diff)
downloadu-boot-43ec24be9bf918f81582bfe7fc3d66d43bda4a04.tar.gz
u-boot-43ec24be9bf918f81582bfe7fc3d66d43bda4a04.tar.xz
u-boot-43ec24be9bf918f81582bfe7fc3d66d43bda4a04.zip
configs: lx2160a: Remove unused Flexspi config options
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> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
-rw-r--r--include/configs/lx2160a_common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index 466484c199..9f2b8999cd 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