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
committed by Simon Glass
parent 8cd5e46505
commit 1843e0a71d
31 changed files with 57 additions and 1 deletions

View File

@@ -15,6 +15,8 @@
* Reset(): EfiSimpleNetworkInitialized -> EfiSimpleNetworkInitialized
*/
#define LOG_CATEGORY LOGC_EFI
#include <efi_loader.h>
#include <dm.h>
#include <linux/sizes.h>