summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-06-03 11:07:36 -0700
committerGerrit <chrome-bot@google.com>2012-06-22 11:12:40 -0700
commitb4df203506e31c3989c859da04ce3e6544fdcc7e (patch)
tree0d1125f7d57f3b9682261557a657c910a41f816f /board
parent84d89a5dc307e198ec2f170797b69938867803fe (diff)
downloadchrome-ec-b4df203506e31c3989c859da04ce3e6544fdcc7e.tar.gz
snow: Turn on CONFIG_ASSERT_HELP
We want our friendly ASSERT() messages. BUG=chrome-os-partner:10149 TEST=manual Enable the option for snow, add a failing ASSERT() to the rw command and see the a nice message is printed now. Change-Id: I84587b209dc4a9d72310456ed2aca178256c5811 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/25412
Diffstat (limited to 'board')
-rw-r--r--board/snow/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/snow/board.h b/board/snow/board.h
index 92058ec3b0..c993f55386 100644
--- a/board/snow/board.h
+++ b/board/snow/board.h
@@ -19,6 +19,7 @@
#define CONFIG_PANIC_HELP
#define CONFIG_PANIC_NEW_STACK
+#define CONFIG_ASSERT_HELP
/* Allow dangerous commands all the time, since we don't have a write protect
* switch. */