diff options
author | Jagan Teki <jteki@openedev.com> | 2016-09-22 01:25:48 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2016-09-22 14:17:02 +0530 |
commit | fe4753cbc6c51f712024121aad0d21293d6a85fc (patch) | |
tree | 24747f95f41a709b70b1df61a2dd52b8c2a8b4aa /include/configs/mx6sxsabreauto.h | |
parent | 21b1dd18f1bedf9c725128bc2e84acb9958815fa (diff) | |
download | u-boot-fe4753cbc6c51f712024121aad0d21293d6a85fc.tar.gz |
configs: fsl: Move SPI/SPI-FLASH configs to defconfig
Moved FSL_QSPI/SPI/SPI-FLASH configs from include/configs
into respective used defconfigs.
- CONFIG_FSL_QSPI
- CONFIG_SPI_FLASH
- CONFIG_SPI_FLASH_BAR
- CONFIG_SPI_FLASH_STMICRO
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include/configs/mx6sxsabreauto.h')
-rw-r--r-- | include/configs/mx6sxsabreauto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index 274cb36002..c30e3dd668 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -173,7 +173,6 @@ #define CONFIG_IMX_THERMAL -#define CONFIG_FSL_QSPI #ifdef CONFIG_FSL_QSPI #define CONFIG_SYS_FSL_QSPI_AHB #define CONFIG_SF_DEFAULT_BUS 0 |