summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-05-08 11:11:13 -0700
committerSimon Glass <sjg@chromium.org>2012-05-10 14:16:07 -0700
commit8d48971e917b22a98adab4e6c64fdca667b21e26 (patch)
treee0f876ff8c58d372e2ff659ae9217ad9c3754416
parentf8f55991783f28f09f7ff2424198d61ffd3f9496 (diff)
downloadchrome-ec-8d48971e917b22a98adab4e6c64fdca667b21e26.tar.gz
daisy: Disable keyscan messages
These messages are unnecessary and seem to hang the EC for a while. Punt them for now. BUG=none TEST=build and boot on daisy; see that keyboard still works, and messages do not appear Change-Id: I62963b62eb3e7cee86162784f364d7b1da37f631 Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--board/daisy/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/daisy/board.h b/board/daisy/board.h
index c29701382c..4849259ecc 100644
--- a/board/daisy/board.h
+++ b/board/daisy/board.h
@@ -17,6 +17,9 @@
/* support programming on-chip flash */
#define CONFIG_FLASH
+/* By default, enable all console messages except keyboard */
+#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_KEYSCAN))
+
#define USB_CHARGE_PORT_COUNT 0
/* GPIO signal list */