Re: [U-Boot] [PATCH] ARM: tegra: refactor common Kconfig options

2015-11-19 Thread Simon Glass
On 18 November 2015 at 15:52, Stephen Warren wrote: > From: Stephen Warren > > This makes it easier to select common options in a single place, rather > than having to add them separately for different SoCs or architectures. > > The lists of select statements are now also sorted for easy searchin

[U-Boot] [PATCH] ARM: tegra: refactor common Kconfig options

2015-11-18 Thread Stephen Warren
From: Stephen Warren This makes it easier to select common options in a single place, rather than having to add them separately for different SoCs or architectures. The lists of select statements are now also sorted for easy searching. Signed-off-by: Stephen Warren --- arch/arm/mach-tegra/Kco