diff options
author | Kuldeep Singh <kuldeep.singh@nxp.com> | 2020-05-12 14:28:56 +0530 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-05-19 09:22:05 +0530 |
commit | 6146f75b22eb5e92a096fe12f77670a299f01200 (patch) | |
tree | be6bf64100eb64e0dc1ff15243a0b7cec7281b8e /include/configs/ls1043aqds.h | |
parent | c93ad777b86c40497cf29d88e3a91381fc8ebe5c (diff) | |
download | u-boot-6146f75b22eb5e92a096fe12f77670a299f01200.zip u-boot-6146f75b22eb5e92a096fe12f77670a299f01200.tar.gz u-boot-6146f75b22eb5e92a096fe12f77670a299f01200.tar.bz2 |
configs: ls1043a: Move CONFIG_FSL_QSPI and SPI_FLASH_SPANSION to defconfig
Move CONFIG_FSL_QSPI to the board defconfigs and while at it also move
CONFIG_SPI_FLASH_SPANSION for LS1043AQDS.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/ls1043aqds.h')
-rw-r--r-- | include/configs/ls1043aqds.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 84e7d5d..46baeb0 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -376,14 +376,6 @@ unsigned long get_board_ddr_clk(void); #define VDD_MV_MIN 819 #define VDD_MV_MAX 1212 -/* QSPI device */ -#if defined(CONFIG_TFABOOT) || \ - (defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)) -#ifdef CONFIG_FSL_QSPI -#define CONFIG_SPI_FLASH_SPANSION -#endif -#endif - /* * Miscellaneous configurable options */ |