]> git.sur5r.net Git - u-boot/blobdiff - include/log.h
ARM: rmobile: Fix environment placement on Draak
[u-boot] / include / log.h
index 68368d5cf1db5c46d99e455e9dff321e387b9759..a3edd25546a0505f4a5abf5b8863da7c1116a367 100644 (file)
@@ -1,10 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Logging support
  *
  * Copyright (c) 2017 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __LOG_H
@@ -46,6 +45,7 @@ enum log_category_t {
        LOGC_CORE,
        LOGC_DM,        /* Core driver-model */
        LOGC_DT,        /* Device-tree */
+       LOGC_EFI,       /* EFI implementation */
 
        LOGC_COUNT,
        LOGC_END,