mirror of
https://xff.cz/git/u-boot/
synced 2025-10-08 11:45:18 +02:00
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>
This commit is contained in:
@@ -104,6 +104,8 @@ enum log_category_t {
|
||||
LOGC_FS,
|
||||
/** @LOGC_EXPO: Related to expo handling */
|
||||
LOGC_EXPO,
|
||||
/** @LOGC_CONSOLE: Related to the console and stdio */
|
||||
LOGC_CONSOLE,
|
||||
/** @LOGC_COUNT: Number of log categories */
|
||||
LOGC_COUNT,
|
||||
/** @LOGC_END: Sentinel value for lists of log categories */
|
||||
|
Reference in New Issue
Block a user