diff options
author | Kuldeep Singh | 2020-05-12 14:32:39 +0530 |
---|---|---|
committer | Priyanka Jain | 2020-05-19 09:22:05 +0530 |
commit | 160e3b38e9c91abe8718f9281fcc8661e9d88ea2 (patch) | |
tree | 286020406febd37eeaac5cab3258b27c90da7311 /include/configs/ls1046ardb.h | |
parent | fe6ab29290b69ecc9c836c88aeb9ac469e0c104d (diff) |
configs: ls1046a: Move SPI_FLASH_SPANSION to defconfig
Enable CONFIG_SPI_FLASH_SPANSION in defconfigs of LS1046ARDB and
LS1046AQDS which have two spansion flases i.e s25fs512s each of size
64M.
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/ls1046ardb.h')
-rw-r--r-- | include/configs/ls1046ardb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h index 32a11ad0b9a..fe8108dae03 100644 --- a/include/configs/ls1046ardb.h +++ b/include/configs/ls1046ardb.h @@ -175,13 +175,6 @@ #endif -/* QSPI device */ -#ifndef SPL_NO_QSPI -#ifdef CONFIG_FSL_QSPI -#define CONFIG_SPI_FLASH_SPANSION -#endif -#endif - #ifndef SPL_NO_MISC #undef CONFIG_BOOTCOMMAND #ifdef CONFIG_TFABOOT |