From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 30 Jul 2015 15:19:13 -0600 Subject: [U-Boot] [PATCH] Tegra: spi: Move TEGRA114_SPI switch to defconfigs In-Reply-To: <1438289848-17539-1-git-send-email-twarren@nvidia.com> References: <1438289848-17539-1-git-send-email-twarren@nvidia.com> Message-ID: <55BA94D1.4090209@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/30/2015 02:57 PM, Tom Warren wrote: > 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. Acked-by: Stephen Warren This will make it fun to back-port my board support patches to the L4T U-Boot which doesn't have Kconfig support for TEGRA114_SPI, being just a little behind upstream, but that's my problem not yours.