Re: [U-Boot] [PATCH 59/60] ARM: tegra: unify+move tegra.h to mach-tegra/

2016-05-07 Thread Simon Glass
On 19 April 2016 at 14:59, Stephen Warren wrote: > From: Stephen Warren > > Most of arch/arm/include/asm/arch-tegra*/tegra.h is only used by code in > arch/arm/mach-tegra, so move the header files there to avoid polluting the > global include path.

[U-Boot] [PATCH 59/60] ARM: tegra: unify+move tegra.h to mach-tegra/

2016-04-19 Thread Stephen Warren
From: Stephen Warren Most of arch/arm/include/asm/arch-tegra*/tegra.h is only used by code in arch/arm/mach-tegra, so move the header files there to avoid polluting the global include path. While moving, unify the per-SoC files into one using a couple of simple ifdefs; this