From 9e8f4be34520fac696119454ed66eda9029f6d5e Mon Sep 17 00:00:00 2001 From: Tom Warren Date: Wed, 29 Jul 2015 19:36:38 -0700 Subject: Tegra: spi: Move TEGRA114_SPI switch to defconfigs All T114+ Tegra boards should be using the Kconfig TEGRA114_SPI switch. Remove it from include/config and put it into defconfig. Also removed unused TEGRA114_SPI_CTRLS from T114+ configs. All Tegra SoCs build OK with this change. Signed-off-by: Tom Warren --- include/configs/p2571.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/p2571.h') diff --git a/include/configs/p2571.h b/include/configs/p2571.h index d39fa2a39e..5df7d2f387 100644 --- a/include/configs/p2571.h +++ b/include/configs/p2571.h @@ -41,8 +41,6 @@ #define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE) /* SPI */ -#define CONFIG_TEGRA114_SPI /* Compatible w/ Tegra114 SPI */ -#define CONFIG_TEGRA114_SPI_CTRLS 6 #define CONFIG_SPI_FLASH_WINBOND #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 #define CONFIG_SF_DEFAULT_SPEED 24000000 -- cgit v1.2.3