From a412a69bd2e91a4fa0981ffa61c06627e1cb9e0b Mon Sep 17 00:00:00 2001 From: Scott Collyer Date: Tue, 24 Oct 2017 16:35:49 -0700 Subject: coral: Enable ACPI channel for console prints Coral inherited from Reef a board.h modification of CC_DEFAULT which disabled Events and the LPC channel. The LPC channel console prints are required for the FAFT test firmware_ECBootTime BUG=b:63488727 BRANCH=none TEST=Tested with and without CC_LPC channel and verified that the FAFT test firmware_ECBootTime pass/fail tracked accordingly. Change-Id: I1e943978a4f23ee8f53e6951549f31c7231e463f Signed-off-by: Scott Collyer Reviewed-on: https://chromium-review.googlesource.com/736679 Commit-Ready: Scott Collyer Tested-by: Scott Collyer Tested-by: Peggy Chuang Reviewed-by: Daisuke Nojiri --- board/coral/board.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/coral') diff --git a/board/coral/board.h b/board/coral/board.h index 5472fbbb68..db5e55409f 100644 --- a/board/coral/board.h +++ b/board/coral/board.h @@ -9,10 +9,10 @@ #define __CROS_EC_BOARD_H /* - * By default, enable all console messages excepted HC, ACPI and event: + * By default, enable all console messages except Events: * The sensor stack is generating a lot of activity. */ -#define CC_DEFAULT (CC_ALL & ~(CC_MASK(CC_EVENTS) | CC_MASK(CC_LPC))) +#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_EVENTS)) #undef CONFIG_HOSTCMD_DEBUG_MODE #define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF -- cgit v1.2.1