summaryrefslogtreecommitdiff
path: root/configs/aristainetos2_defconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2019-12-01 13:23:17 +0300
committerStefano Babic <sbabic@denx.de>2020-01-07 12:26:55 +0300
commitcf8cbb0709e8556dc7f5b40ec8f2df3fce95938e (patch)
tree7384109044dcfe70bf4735c84c3583a4fc525106 /configs/aristainetos2_defconfig
parent64679e2c80bb6002f85682af66a972cf8a20414c (diff)
downloadu-boot-cf8cbb0709e8556dc7f5b40ec8f2df3fce95938e.tar.xz
imx6: aristainetos: convert CONFIG_DM_SPI
enable CONFIG_DM_SPI and CONFIG_DM_SPI_FLASH and get rid of build removal warnings. define CONFIG_GPIO_ENABLE_SPI_FLASH is not longer needed, so remove it from config_whitelist.txt Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/aristainetos2_defconfig')
-rw-r--r--configs/aristainetos2_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig
index ea60e17804..0fa6bfb423 100644
--- a/configs/aristainetos2_defconfig
+++ b/configs/aristainetos2_defconfig
@@ -64,6 +64,7 @@ CONFIG_FSL_USDHC=y
CONFIG_MTD=y
CONFIG_MTD_RAW_NAND=y
CONFIG_NAND_MXS=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_SF_DEFAULT_BUS=3
CONFIG_SF_DEFAULT_CS=1
CONFIG_SF_DEFAULT_MODE=0
@@ -84,6 +85,7 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_PWM_IMX=y
CONFIG_DM_SERIAL=y
CONFIG_SPI=y
+CONFIG_DM_SPI=y
CONFIG_MXC_SPI=y
CONFIG_USB=y
CONFIG_DM_USB=y