efi_loader: use LOGC_EFI consistently

The log category should be LOGC_EFI all over the EFI sub-system.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
Heinrich Schuchardt 2025-01-16 20:26:59 +01:00
parent 01b35b3e38
commit e9c34fab18
31 changed files with 58 additions and 0 deletions

View file

@ -5,6 +5,8 @@
* Copyright (c) 2018 Heinrich Schuchardt
*/
#define LOG_CATEGORY LOGC_EFI
#include <malloc.h>
#include <efi_dt_fixup.h>
#include <efi_loader.h>