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>
This commit is contained in:
Simon Glass
2012-05-08 11:11:13 -07:00
parent f8f5599178
commit 8d48971e91

View File

@@ -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 */