From 1973b381a1b3545783c3238080f566746579e923 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 22 Jan 2018 20:10:45 +0100 Subject: 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 Reviewed-by: Simon Glass --- common/log.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/log.c') diff --git a/common/log.c b/common/log.c index 1b1b98e5de..680a60f86e 100644 --- a/common/log.c +++ b/common/log.c @@ -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] = { -- cgit v1.2.3