From 3f5e76f1da404f53344f3b2e6a7f8d98a77ecf6a Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 21 Dec 2010 12:25:34 -0800 Subject: [PATCH] ARM: tegra: stingray: Enable soft reset Makes the cpcap treat POWER + VOL UP as a soft reset, preserving memory contents in /proc/last_kmsg Change-Id: Idabbe725620b1e587b6310a5de8dc9bebabb4979 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 afd7640f301d..4918a86124a2 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