From 475808f5c2a74bd9b1de417112fcc37985d737d6 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 3 Jun 2012 11:21:15 -0700 Subject: [PATCH] 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 Reviewed-on: https://gerrit.chromium.org/gerrit/25414 --- board/snow/board.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/snow/board.h b/board/snow/board.h index c993f55386..95efc8074e 100644 --- a/board/snow/board.h +++ b/board/snow/board.h @@ -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. */