ARM: tegra: stingray: Enable soft reset
authorColin Cross <ccross@android.com>
Tue, 21 Dec 2010 20:25:34 +0000 (12:25 -0800)
committerColin Cross <ccross@android.com>
Wed, 22 Dec 2010 02:20:17 +0000 (18:20 -0800)
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 <ccross@android.com>
arch/arm/mach-tegra/board-stingray-power.c

index afd7640f301d0b6c99b37f48c51b9e34e3640947..4918a86124a2f99814c0b56552aa955f047868ba 100644 (file)
@@ -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;