snow: Turn on CONFIG_PANIC_HELP

Add this option to make panics easier to decode.

Also put panics in a new stack for snow.

BUG=chrome-os-partner:10146
TEST=manual:
build for all boards
On snow, cause a panic and see that it is reported correctly.

Change-Id: If0b90ec0cec4ccb10041bd12bc21b342581e7f62
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/24506
This commit is contained in:
Simon Glass
2012-06-03 10:17:00 -07:00
committed by Gerrit
parent 024c44cd96
commit 50ea753bbb

View File

@@ -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