1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

log: add category LOGC_EFI

The EFI implementation does not fit into any of the existing categories.

Provide LOGC_EFI so that EFI related message can be filtered.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Heinrich Schuchardt
2018-01-22 20:10:45 +01:00
committed by Simon Glass
parent 3707c6ee0d
commit 1973b381a1
3 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ static const char *log_cat_name[LOGC_COUNT - LOGC_NONE] = {
"core",
"driver-model",
"device-tree",
"efi",
};
static const char *log_level_name[LOGL_COUNT] = {