From a6fa867e2651d089c306537508fe5864d29fd55c Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 27 Jan 2011 16:10:05 -0800 Subject: [PATCH] ARM: tegra: stingray: Disable two-finger soft reset Two-finger resets will now be a hard reset, which does not preserve /proc/last_kmsg Change-Id: Id55cb58c0a59b561970bbb3e2ccf1fddeb97ccef Signed-off-by: Colin Cross --- arch/arm/mach-tegra/board-stingray-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board-stingray-power.c b/arch/arm/mach-tegra/board-stingray-power.c index 4918a86124a2..afd7640f301d 100644 --- a/arch/arm/mach-tegra/board-stingray-power.c +++ b/arch/arm/mach-tegra/board-stingray-power.c @@ -46,7 +46,7 @@ * reset will reset the entire system, where a soft reset will reset only the * T20. Uncomment this line to use soft resets (should not be enabled on * production builds). */ - #define ENABLE_SOFT_RESET_DEBUGGING +/* #define ENABLE_SOFT_RESET_DEBUGGING */ static struct cpcap_device *cpcap_di; -- 2.34.1