commit | 90afded462fd5aa01c114f5e40c34bb5b23deba7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:26:18 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 18 13:00:59 2024 -0600 |
tree | d9bf46fcd60cb9d7d75e9ec1c328ae254d3a0f0a | |
parent | 4048219957fec6da92def7ca88ebf3836574856e [diff] [blame] |
log: Add a new log category for the console Add a new category which covers the console, including the stdio drivers. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/console.c b/common/console.c index 85f6272..09d4b51 100644 --- a/common/console.c +++ b/common/console.c
@@ -4,6 +4,8 @@ * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it */ +#define LOG_CATEGORY LOGC_CONSOLE + #include <console.h> #include <debug_uart.h> #include <display_options.h>