diff mbox series

[U-Boot,07/25] sandbox: log: Add a category for sandbox

Message ID 20181106222142.94537-8-sjg@chromium.org
State Accepted
Commit a5c13b68e7516d3680c87f7207dcf337a1b3dd7c
Delegated to: Simon Glass
Headers show
Series sandbox: Changes and improvements to support verified boot | expand

Commit Message

Simon Glass Nov. 6, 2018, 10:21 p.m. UTC
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>
---

 include/log.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Nov. 22, 2018, 8:20 p.m. UTC | #1
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>
---

 include/log.h | 1 +
 1 file changed, 1 insertion(+)

Applied to u-boot-dm/master, thanks!
diff mbox series

Patch

diff --git a/include/log.h b/include/log.h
index a872fc6ef5f..deab82966bd 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 */