summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/tegra2/ap20.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/armv7/tegra2/ap20.c')
-rw-r--r--arch/arm/cpu/armv7/tegra2/ap20.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/cpu/armv7/tegra2/ap20.c b/arch/arm/cpu/armv7/tegra2/ap20.c
index 75fdf7c22f5..6d589143281 100644
--- a/arch/arm/cpu/armv7/tegra2/ap20.c
+++ b/arch/arm/cpu/armv7/tegra2/ap20.c
@@ -42,7 +42,7 @@ struct clk_pll_table {
};
/* ~0=uninitialized/unknown, 0=false, 1=true */
-int is_tegra2_cold_boot = 0xffffffff;
+uint32_t is_tegra2_processor_reset = 0xffffffff;
/*
* Timing tables for each SOC for all four oscillator options.
@@ -387,7 +387,7 @@ void tegra2_start(void)
/* FIXME: should have ap20's L2 disabled too? */
- /* Init is_tegra2_cold_boot */
- is_tegra2_cold_boot = check_is_tegra2_cold_boot();
+ /* Init is_tegra2_processor_reset */
+ is_tegra2_processor_reset = check_is_tegra2_processor_reset();
}