mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
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>
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user