commit | aeacddfa116f4da51e8d336ab277770cb5ac3743 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 07 09:58:15 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Fri Sep 22 06:03:46 2023 +0800 |
tree | 179f21bcc7e525b79a64fc82c9a24cc756847d1a | |
parent | ce750ea34fc7674b7b89968175fd09e6e866b079 [diff] [blame] |
x86: Add some log categories Add some missing log categories to a few files. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff --git a/arch/x86/lib/tpl.c b/arch/x86/lib/tpl.c index 18b05b2..273e9c8 100644 --- a/arch/x86/lib/tpl.c +++ b/arch/x86/lib/tpl.c
@@ -3,6 +3,8 @@ * Copyright (c) 2018 Google, Inc */ +#define LOG_CATEGORY LOGC_BOOT + #include <common.h> #include <debug_uart.h> #include <dm.h>