[U-Boot] [PATCH 32/60] ARM: tegra: add SoC-specific include directory

Simon Glass sjg at chromium.org
Fri Apr 22 20:32:50 CEST 2016


On 19 April 2016 at 14:59, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> Add arch/arm/mach-tegra/tegraNNN/include. We'll use this to house headers
> that must vary between SoCs (e.g. clock lists, register layouts that
> aren't static across chip versions, etc.) in a <soc/> name-space. This
> will allow code in mach-tegra/ to access those register definitions without
> polluting the more public <asm/> or <mach/> namespaces or the directories
> they map to.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
>  arch/arm/mach-tegra/config.mk | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 arch/arm/mach-tegra/config.mk

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list