ARM: tegra: stingray: Disable two-finger soft reset
authorColin Cross <ccross@android.com>
Fri, 28 Jan 2011 00:10:05 +0000 (16:10 -0800)
committerColin Cross <ccross@android.com>
Fri, 28 Jan 2011 00:14:06 +0000 (16:14 -0800)
Two-finger resets will now be a hard reset, which does not preserve
/proc/last_kmsg

Change-Id: Id55cb58c0a59b561970bbb3e2ccf1fddeb97ccef
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/mach-tegra/board-stingray-power.c

index 4918a86124a2f99814c0b56552aa955f047868ba..afd7640f301d0b6c99b37f48c51b9e34e3640947 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;