summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/ryu/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ryu/board.h b/board/ryu/board.h
index fa5f6eb888..95e5f2582e 100644
--- a/board/ryu/board.h
+++ b/board/ryu/board.h
@@ -16,7 +16,7 @@
#define CONFIG_UART_CONSOLE 2
/* By default, enable all console messages excepted USB */
-#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_USB))
+#define CC_DEFAULT (CC_ALL & ~(CC_MASK(CC_USB) | CC_MASK(CC_LIGHTBAR)))
/* Optional features */
#undef CONFIG_CMD_HASH