summaryrefslogtreecommitdiffstats
path: root/common/log.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-27 18:46:13 -0600
committerTom Rini <trini@konsulko.com>2020-10-22 09:53:31 -0400
commit8021296a71aa38b65c8568207d30127d635aba6b (patch)
tree9813fa1c5291baa7a5974d3aafe4a460dec21dd4 /common/log.c
parentb90daf2743b38022bea8727ede867ad63e971db2 (diff)
downloadu-boot-8021296a71aa38b65c8568207d30127d635aba6b.tar.gz
u-boot-8021296a71aa38b65c8568207d30127d635aba6b.tar.xz
u-boot-8021296a71aa38b65c8568207d30127d635aba6b.zip
log: Add missing category names
Add some category names that were missed in recent changes. Update the comment as a reminder. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/log.c')
-rw-r--r--common/log.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/log.c b/common/log.c
index 1b10f6f180..b7a6ebe298 100644
--- a/common/log.c
+++ b/common/log.c
@@ -21,6 +21,11 @@ static const char *log_cat_name[LOGC_COUNT - LOGC_NONE] = {
"driver-model",
"device-tree",
"efi",
+ "alloc",
+ "sandbox",
+ "bloblist",
+ "devres",
+ "acpi",
};
static const char *log_level_name[LOGL_COUNT] = {