From 404cd8377fc3f334ab037d590af70a6eb43cff49 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 1 Sep 2011 14:21:09 -0700 Subject: tegra: Rename is_tegra2_processor_reset Change tegra2 to tegra to make it more generic. BUG=chromium-os:19004 TEST=build and boot on Seaboard Change-Id: Iad6de3bb6cc6031167862054b78a57f66dea9cd5 Reviewed-on: http://gerrit.chromium.org/gerrit/7127 Reviewed-by: Che-Liang Chiou Tested-by: Simon Glass --- arch/arm/cpu/armv7/tegra-common/ap20.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arch/arm/cpu/armv7/tegra-common/ap20.c') diff --git a/arch/arm/cpu/armv7/tegra-common/ap20.c b/arch/arm/cpu/armv7/tegra-common/ap20.c index 7eae6705224..58405d49af3 100644 --- a/arch/arm/cpu/armv7/tegra-common/ap20.c +++ b/arch/arm/cpu/armv7/tegra-common/ap20.c @@ -42,7 +42,7 @@ struct clk_pll_table { }; /* ~0=uninitialized/unknown, 0=false, 1=true */ -uint32_t is_tegra2_processor_reset = 0xffffffff; +uint32_t is_tegra_processor_reset = 0xffffffff; /* * Timing tables for each SOC for all four oscillator options. @@ -386,7 +386,7 @@ void tegra_start(void) /* FIXME: should have ap20's L2 disabled too? */ - /* Init is_tegra2_processor_reset */ - is_tegra2_processor_reset = check_is_tegra2_processor_reset(); + /* Init is_tegra_processor_reset */ + is_tegra_processor_reset = check_is_tegra_processor_reset(); } -- cgit v1.2.3