mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 06:31:28 +01:00
x86: acpi: Set the log category for x86 table generation
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>
This commit is contained in:
parent
77bb1c69df
commit
2da4b6998e
@ -6,6 +6,8 @@
|
|||||||
* Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
|
* Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define LOG_CATEGORY LOGC_ACPI
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <bloblist.h>
|
#include <bloblist.h>
|
||||||
#include <cpu.h>
|
#include <cpu.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user