mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 10:25:20 +00:00
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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user