projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77bb1c6
)
x86: acpi: Set the log category for x86 table generation
author
Simon Glass
<sjg@chromium.org>
Tue, 22 Sep 2020 18:45:34 +0000
(12:45 -0600)
committer
Bin Meng
<bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:23 +0000
(11:27 +0800)
This file doesn't currently have a log category. Add one so that items
are logged correctly.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/acpi_table.c
patch
|
blob
|
history
diff --git
a/arch/x86/lib/acpi_table.c
b/arch/x86/lib/acpi_table.c
index 10cf3b709454507e611599b836c3d1825fe92a56..6d405b09fded62ac4f21b4767774997199404935 100644
(file)
--- a/
arch/x86/lib/acpi_table.c
+++ b/
arch/x86/lib/acpi_table.c
@@
-6,6
+6,8
@@
* Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
*/
+#define LOG_CATEGORY LOGC_ACPI
+
#include <common.h>
#include <bloblist.h>
#include <cpu.h>