diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-23 16:17:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-23 16:17:36 -0400 |
commit | 49f8849de9cf4855f48a85f015f9f80250a3b2aa (patch) | |
tree | 9f01297ac517494dc0a5fa83998b2494ee785d07 /include/log.h | |
parent | ec360e64862ae0ab271296e786917e5f9a04e9fb (diff) | |
parent | e83222bfc3ad2d7b2ecb1f1e559d78ec0d1f03cd (diff) |
Merge tag 'signed-efi-2018.05' of git://github.com/agraf/u-boot
Patch queue for efi - 2018-04-23
Some last minute fixes for 2018.05. Most of them are minor fixes. On
top we have some functional improvements for the device path logic
which should also help us be more compatible.
Diffstat (limited to 'include/log.h')
-rw-r--r-- | include/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/log.h b/include/log.h index 20dc5289c7..3cf08de6d0 100644 --- a/include/log.h +++ b/include/log.h @@ -46,7 +46,7 @@ enum log_category_t { LOGC_CORE, LOGC_DM, /* Core driver-model */ LOGC_DT, /* Device-tree */ - LOGL_EFI, /* EFI implementation */ + LOGC_EFI, /* EFI implementation */ LOGC_COUNT, LOGC_END, |