diff options
author | Tom Warren <twarren@nvidia.com> | 2015-07-29 19:36:38 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-08-05 15:22:52 -0700 |
commit | 9e8f4be34520fac696119454ed66eda9029f6d5e (patch) | |
tree | 5cf55d97aa84e3aa6f8ac93bbde52aaaad4f8621 /configs/p2571_defconfig | |
parent | 722e000ccd7226c5cd071590b5361620eb0b126c (diff) | |
download | u-boot-9e8f4be34520fac696119454ed66eda9029f6d5e.tar.gz u-boot-9e8f4be34520fac696119454ed66eda9029f6d5e.tar.xz u-boot-9e8f4be34520fac696119454ed66eda9029f6d5e.zip |
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 <twarren@nvidia.com>
Diffstat (limited to 'configs/p2571_defconfig')
-rw-r--r-- | configs/p2571_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/p2571_defconfig b/configs/p2571_defconfig index 8494bb5b6e..5fd2a54eb1 100644 --- a/configs/p2571_defconfig +++ b/configs/p2571_defconfig @@ -10,6 +10,7 @@ CONFIG_DEFAULT_DEVICE_TREE="tegra210-p2571" # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NFS is not set CONFIG_SPL_DM=y +CONFIG_TEGRA114_SPI=y CONFIG_SPI_FLASH=y CONFIG_USB=y CONFIG_DM_USB=y |