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/jetson-tk1_defconfig | |
parent | 722e000ccd7226c5cd071590b5361620eb0b126c (diff) | |
download | u-boot-imx-9e8f4be34520fac696119454ed66eda9029f6d5e.zip u-boot-imx-9e8f4be34520fac696119454ed66eda9029f6d5e.tar.gz u-boot-imx-9e8f4be34520fac696119454ed66eda9029f6d5e.tar.bz2 |
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/jetson-tk1_defconfig')
-rw-r--r-- | configs/jetson-tk1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/jetson-tk1_defconfig b/configs/jetson-tk1_defconfig index 7085469..44c7a8e 100644 --- a/configs/jetson-tk1_defconfig +++ b/configs/jetson-tk1_defconfig @@ -10,6 +10,7 @@ CONFIG_DEFAULT_DEVICE_TREE="tegra124-jetson-tk1" # 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 |