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>
This commit is contained in:
Simon Glass 2023-09-07 09:58:15 -06:00 committed by Bin Meng
parent 8e34ddc113
commit 02de9199bc
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,8 @@
* From coreboot src/soc/intel/broadwell/romstage/raminit.c
*/
#define LOG_CATEGORY UCLASS_RAM
#include <common.h>
#include <dm.h>
#include <init.h>

View file

@ -3,6 +3,8 @@
* Copyright (c) 2018 Google, Inc
*/
#define LOG_CATEGORY LOGC_BOOT
#include <common.h>
#include <debug_uart.h>
#include <dm.h>