
22 Apr
2016
22 Apr
'16
8:32 p.m.
On 19 April 2016 at 14:59, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@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@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@chromium.org