From 092918a531ec535a12db6bdf01af3d1b782630f5 Mon Sep 17 00:00:00 2001 From: Edward Hill Date: Wed, 20 May 2020 18:02:59 -0600 Subject: zork: Enable CC_PWM console channel Now that "fan stalled" spam has been fixed. BUG=b:154938623 BRANCH=none TEST=no annoying console messages Signed-off-by: Edward Hill Change-Id: Ie5655cbfc53f74dbd3b6b0aa36d8fc7a91eafeaa Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2210833 Reviewed-by: Denis Brockus --- baseboard/zork/baseboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baseboard/zork/baseboard.h') diff --git a/baseboard/zork/baseboard.h b/baseboard/zork/baseboard.h index a34c9ca1d3..d0f40f5d91 100644 --- a/baseboard/zork/baseboard.h +++ b/baseboard/zork/baseboard.h @@ -23,7 +23,7 @@ #define CONFIG_SPI_FLASH_REGS #define CONFIG_SPI_FLASH_W25Q40 /* Internal SPI flash type. */ -#define CC_DEFAULT (CC_ALL & ~(CC_MASK(CC_HOSTCMD) | CC_MASK(CC_PWM))) +#define CC_DEFAULT (CC_ALL & ~(CC_MASK(CC_HOSTCMD))) /* * Enable 1 slot of secure temporary storage to support -- cgit v1.2.1