From 90afded462fd5aa01c114f5e40c34bb5b23deba7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 1 Sep 2024 16:26:18 -0600 Subject: 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 --- common/console.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/console.c') diff --git a/common/console.c b/common/console.c index 85f627297ed..09d4b51f675 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 #include #include -- cgit v1.2.3