
22 Sep
2020
22 Sep
'20
8:45 p.m.
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 ---
(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 10cf3b70945..6d405b09fde 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@gmail.com */
+#define LOG_CATEGORY LOGC_ACPI + #include <common.h> #include <bloblist.h> #include <cpu.h>
--
2.28.0.681.g6f77f65b4e-goog