diff options
author | Randall Spangler <rspangler@chromium.org> | 2013-06-04 14:03:18 -0700 |
---|---|---|
committer | ChromeBot <chrome-bot@google.com> | 2013-06-05 14:12:12 -0700 |
commit | d5fece8ce541074fe29899fcc14088edbae63283 (patch) | |
tree | ad88c582db5320901095faffecf969b73f58b405 | |
parent | ea32f132f7007086801b694b607606b5813a8253 (diff) | |
download | chrome-ec-d5fece8ce541074fe29899fcc14088edbae63283.tar.gz |
Re-enable task profiling on pit
This costs 232 bytes RAM; we still have over 6KB free.
BUG=chrome-os-partner:19945
BRANCH=none
TEST=taskinfo shows timing and interrupt counts
Change-Id: I1c4e4eac44b48c66b075b8ea209b4748c55b7fcb
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/57511
-rw-r--r-- | board/pit/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pit/board.h b/board/pit/board.h index 73b1d71b7a..88a31f289d 100644 --- a/board/pit/board.h +++ b/board/pit/board.h @@ -18,7 +18,7 @@ #define CONFIG_ASSERT_HELP #define CONFIG_CONSOLE_CMDHELP #define CONFIG_PANIC_HELP -#undef CONFIG_TASK_PROFILING +#define CONFIG_TASK_PROFILING /* Optional features */ #define CONFIG_BATTERY_BQ20Z453 |