[PATCH v4 04/10] arm/tegra: prepare early init for multiple tegra variants
From: Stephen Warren <hidden>
Date: 2011-11-11 21:53:49
Also in:
linux-tegra, lkml
From: Stephen Warren <hidden>
Date: 2011-11-11 21:53:49
Also in:
linux-tegra, lkml
Peter De Schrijver wrote at Friday, November 11, 2011 4:22 AM:
This patch splits the early init code in a common and a tegra20 specific part. L2 cache initialization is generalized and discovers the cache associativity at runtime. Also use arm_pm_restart instead of arm_arch_reset and reset the the system using the PMC reset feature rather then the CAR system reset.
diff --git a/arch/arm/mach-tegra/board.h b/arch/arm/mach-tegra/board.h -void tegra_assert_system_reset(char mode, const char *cmd);
Given you explicitly removed that from the header...
+++ b/arch/arm/mach-tegra/clock.c void tegra_assert_system_reset(char mode, const char *cmd)
Maybe you want to make it static in the .c file too? -- nvpublic