snow: Enable command help and task profiling

These options are useful for devs, so enable them.

BUG=none
TEST=manual:
build and boot on snow; See that the taskinfo command now shows non-zero
data. Type help and see command help.

Change-Id: I6bba1cc22498924ea6f151f2fe7e819ae7560e3c
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/25414
This commit is contained in:
Simon Glass
2012-06-03 11:21:15 -07:00
committed by Gerrit
parent 3977403642
commit 475808f5c2

View File

@@ -20,6 +20,9 @@
#define CONFIG_PANIC_HELP
#define CONFIG_PANIC_NEW_STACK
#define CONFIG_ASSERT_HELP
#define CONFIG_CONSOLE_CMDHELP
#define CONFIG_TASK_PROFILING
/* Allow dangerous commands all the time, since we don't have a write protect
* switch. */