From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 18 Nov 2015 15:52:53 -0700 Subject: [U-Boot] [PATCH 14/25] dm: tegra: net: Convert tegra boards to driver model for Ethernet In-Reply-To: References: <1447732444-30892-1-git-send-email-sjg@chromium.org> <1447732444-30892-15-git-send-email-sjg@chromium.org> <564CEF1F.1080108@wwwdotorg.org> Message-ID: <564D0145.5020501@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 11/18/2015 03:14 PM, Simon Glass wrote: > Hi Stephen, > > On 18 November 2015 at 14:35, Stephen Warren wrote: >> On 11/16/2015 08:53 PM, Simon Glass wrote: >>> >>> Adjust all Tegra boards to use driver model for Ethernet, now that the >>> required drivers are converted. >> >> >>> diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig >> >> >>> @@ -14,6 +14,7 @@ config TEGRA_ARMV7_COMMON >>> select DM_GPIO >>> select DM_PCI >>> select DM_PCI_COMPAT >>> + select DM_ETH >> >> >> This should be set for Tegra210 too. I suggest creating a "config >> TEGRA_COMMON" to contain all the shared settings, and making >> TEGRA_ARMV7_COMMON and TEGRA_ARMV8_COMMON (also new) select that. > > Would you mind doing a patch for that? It seems like it should be a > separate patch. OK, I've sent it. I will point out that what with the merge conflicts you'll now have to resolve, it probably would have been quicker for you if you had written it yourself...