aboutsummaryrefslogtreecommitdiff
path: root/include/log.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-11-06 15:21:24 -0700
committerSimon Glass <sjg@chromium.org>2018-11-20 19:14:22 -0700
commita5c13b68e7516d3680c87f7207dcf337a1b3dd7c (patch)
tree0771814c4433d79f1c16332a1f518148e07909d3 /include/log.h
parent04488c4d15189a05674962eba890396b498731cc (diff)
downloadu-boot-a5c13b68e7516d3680c87f7207dcf337a1b3dd7c.zip
u-boot-a5c13b68e7516d3680c87f7207dcf337a1b3dd7c.tar.gz
u-boot-a5c13b68e7516d3680c87f7207dcf337a1b3dd7c.tar.bz2
sandbox: log: Add a category for sandbox
It seems useful to make sandbox its own log category since it is used for so much testing. Add this as a new category. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h
index a872fc6..deab829 100644
--- a/include/log.h
+++ b/include/log.h
@@ -47,6 +47,7 @@ enum log_category_t {
LOGC_DT, /* Device-tree */
LOGC_EFI, /* EFI implementation */
LOGC_ALLOC, /* Memory allocation */
+ LOGC_SANDBOX, /* Related to the sandbox board */
LOGC_COUNT, /* Number of log categories */
LOGC_END, /* Sentinel value for a list of log categories */