summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/snow/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/snow/board.h b/board/snow/board.h
index a9c793a17c..92058ec3b0 100644
--- a/board/snow/board.h
+++ b/board/snow/board.h
@@ -17,6 +17,9 @@
/* use I2C for host communication */
#define CONFIG_I2C
+#define CONFIG_PANIC_HELP
+#define CONFIG_PANIC_NEW_STACK
+
/* Allow dangerous commands all the time, since we don't have a write protect
* switch. */
/* TODO: (crosbug.com/p/9986) This is a serious security hole and should be