Skip to content
Snippets Groups Projects
Commit a5c13b68 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 04488c4d
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ enum log_category_t { ...@@ -47,6 +47,7 @@ enum log_category_t {
LOGC_DT, /* Device-tree */ LOGC_DT, /* Device-tree */
LOGC_EFI, /* EFI implementation */ LOGC_EFI, /* EFI implementation */
LOGC_ALLOC, /* Memory allocation */ LOGC_ALLOC, /* Memory allocation */
LOGC_SANDBOX, /* Related to the sandbox board */
LOGC_COUNT, /* Number of log categories */ LOGC_COUNT, /* Number of log categories */
LOGC_END, /* Sentinel value for a list of log categories */ LOGC_END, /* Sentinel value for a list of log categories */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment