diff options
| author | Heinrich Schuchardt <[email protected]> | 2018-01-22 20:10:45 +0100 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2018-02-03 10:09:28 -0700 |
| commit | 1973b381a1b3545783c3238080f566746579e923 (patch) | |
| tree | 6642d2bd5a865a775446423b1c12a925d6986261 /include | |
| parent | 3707c6ee0d1f939130a62c945b56045d9a83fafc (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h index 68368d5cf1d..20dc5289c71 100644 --- a/include/log.h +++ b/include/log.h @@ -46,6 +46,7 @@ enum log_category_t { LOGC_CORE, LOGC_DM, /* Core driver-model */ LOGC_DT, /* Device-tree */ + LOGL_EFI, /* EFI implementation */ LOGC_COUNT, LOGC_END, |
