From b4df203506e31c3989c859da04ce3e6544fdcc7e Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 3 Jun 2012 11:07:36 -0700 Subject: [PATCH] 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 Reviewed-on: https://gerrit.chromium.org/gerrit/25412 --- board/snow/board.h | 1 + 1 file changed, 1 insertion(+) 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. */