[PATCH] arm/tegra: select AUTO_ZRELADDR by default
From: Stephen Warren <hidden>
Date: 2011-09-22 16:26:36
Also in:
linux-tegra
Peter De Schrijver wrote at Thursday, September 22, 2011 7:27 AM:
This patch causes the kernel uncompressor to determine the physical address of the SDRAM at runtime. This allows the kernel to boot on both tegra2 and tegra3 even though SDRAM is at different physical addresses on both SoCs.
Since this deals with Tegra, it should be mailed to/cc the Tegra Maintainers and mailing list too (I've done that here). get_maintainer.pl will no doubt list the main linux-kernel mailing list too.
Change-Id: I91857a590946bbc54168c04bea3a5bd576d87824
And the internal Change-Id lines should be stripped for upstream submissions.
quoted hunk ↗ jump to hunk
Signed-off-by: Peter De Schrijver <redacted> --- arch/arm/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4fda167..9fc0678 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig@@ -600,6 +600,7 @@ config ARCH_TEGRA select HAVE_CLK select HAVE_SCHED_CLOCK select ARCH_HAS_CPUFREQ + select AUTO_ZRELADDR help This enables support for NVIDIA Tegra based systems (Tegra APX, Tegra 6xx and Tegra 2 series). --1.7.7.rc0.72.g4b5ea.dirty
-- nvpublic