[PATCH v2 49/57] x86: acpi: Set the log category for x86 table generation
Simon Glass
sjg at chromium.org
Sun Aug 30 01:32:08 CEST 2020
This file doesn't currently have a log category. Add one so that items
are logged correctly.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
arch/x86/lib/acpi_table.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/x86/lib/acpi_table.c b/arch/x86/lib/acpi_table.c
index a3db94b8318..faab9d9de3c 100644
--- 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 at gmail.com>
*/
+#define LOG_CATEGORY LOGC_ACPI
+
#include <common.h>
#include <bloblist.h>
#include <cpu.h>
--
2.28.0.402.g5ffc5be6b7-goog
More information about the U-Boot
mailing list