[U-Boot] [PATCH 36/60] ARM: tegra: move mc.h
Simon Glass
sjg at chromium.org
Fri Apr 22 20:33:14 CEST 2016
On 19 April 2016 at 14:59, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> This header is only needed by code local to mach-tegra, so move it there.
> Since the definitions are used by code in mach-tegra/ itself, not just in
> SoC-specific mach-tegra/tegraNNN/, and the content varies per SoC, we need
> to put it in the (somewhat isolated) <soc/> include directory rather than
> in mach-tegra/ directly.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> arch/arm/mach-tegra/ap.c | 2 +-
> arch/arm/mach-tegra/board.c | 2 +-
> arch/arm/mach-tegra/gpu.c | 2 +-
> .../{include/asm/arch-tegra114 => mach-tegra/tegra114/include/soc}/mc.h | 2 +-
> .../{include/asm/arch-tegra124 => mach-tegra/tegra124/include/soc}/mc.h | 0
> .../{include/asm/arch-tegra20 => mach-tegra/tegra20/include/soc}/mc.h | 2 +-
> .../{include/asm/arch-tegra210 => mach-tegra/tegra210/include/soc}/mc.h | 0
> .../{include/asm/arch-tegra30 => mach-tegra/tegra30/include/soc}/mc.h | 2 +-
> 8 files changed, 6 insertions(+), 6 deletions(-)
> rename arch/arm/{include/asm/arch-tegra114 => mach-tegra/tegra114/include/soc}/mc.h (97%)
> rename arch/arm/{include/asm/arch-tegra124 => mach-tegra/tegra124/include/soc}/mc.h (100%)
> rename arch/arm/{include/asm/arch-tegra20 => mach-tegra/tegra20/include/soc}/mc.h (97%)
> rename arch/arm/{include/asm/arch-tegra210 => mach-tegra/tegra210/include/soc}/mc.h (100%)
> rename arch/arm/{include/asm/arch-tegra30 => mach-tegra/tegra30/include/soc}/mc.h (97%)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list