diff options
author | Simon Glass <sjg@chromium.org> | 2025-03-15 14:25:28 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-03 11:41:55 -0600 |
commit | 22c434b0fb658cf2af57a18f471e100571630e61 (patch) | |
tree | 57b9c97a15b8369dd0f2753a4bb8faef595b4f7a /arch/x86/lib/bios.c | |
parent | 05b8f8a95d23ad0e1e800fc11029c0479cba976b (diff) |
x86: Add some log categories
Add categories for i8259 and bios files, so that log statements have the
right category.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib/bios.c')
-rw-r--r-- | arch/x86/lib/bios.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/lib/bios.c b/arch/x86/lib/bios.c index 03f7360032c..acae635cf19 100644 --- a/arch/x86/lib/bios.c +++ b/arch/x86/lib/bios.c @@ -5,6 +5,9 @@ * Copyright (C) 2007 Advanced Micro Devices, Inc. * Copyright (C) 2009-2010 coresystems GmbH */ + +#define LOG_CATEGRORY LOGC_ARCH + #include <compiler.h> #include <bios_emul.h> #include <irq_func.h> |