]> git.sur5r.net Git - u-boot/blobdiff - include/log.h
cmd: CONFIG_CMD_LOG select CONFIG_LOG
[u-boot] / include / log.h
index 68368d5cf1db5c46d99e455e9dff321e387b9759..3cf08de6d0cf0ee43f21e6373b3c9e6d9613f7b0 100644 (file)
@@ -46,6 +46,7 @@ enum log_category_t {
        LOGC_CORE,
        LOGC_DM,        /* Core driver-model */
        LOGC_DT,        /* Device-tree */
+       LOGC_EFI,       /* EFI implementation */
 
        LOGC_COUNT,
        LOGC_END,