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
This commit is contained in:
Simon Glass
2012-06-03 11:07:36 -07:00
committed by Gerrit
parent 84d89a5dc3
commit b4df203506

View File

@@ -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. */