From 6a3bd53a2034694cd76c57bb5f29763f7893fbb4 Mon Sep 17 00:00:00 2001 From: Tim Van Patten Date: Thu, 16 Feb 2023 15:00:58 -0700 Subject: config: Update CONFIG_HOST_EVENT_REPORT_MASK to 64b Update CONFIG_HOST_EVENT_REPORT_MASK to the 64 bit value. The config value CONFIG_HOST_EVENT64 is unconditionally enabled, but after CONFIG_HOST_EVENT_REPORT_MASK is defined. This updates the mask to fit with the rest of the EC code that has 64b host events enabled. BRANCH=none BUG=b:261141172 TEST=Manually build and flash, verify device boots TEST=ectool version Change-Id: I8ff662cc069d3b36cc7233c70fb1f2e685336036 Signed-off-by: Tim Van Patten Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4261959 Reviewed-by: caveh jalali Reviewed-by: Daisuke Nojiri --- include/config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/config.h b/include/config.h index 4084c357f2..57e48fc059 100644 --- a/include/config.h +++ b/include/config.h @@ -2483,11 +2483,7 @@ #undef CONFIG_HOST_COMMAND_STATUS /* clear bit(s) to mask reporting of an EC_HOST_EVENT_XXX event(s) */ -#ifdef CONFIG_HOST_EVENT64 #define CONFIG_HOST_EVENT_REPORT_MASK 0xffffffffffffffffULL -#else -#define CONFIG_HOST_EVENT_REPORT_MASK 0xffffffff -#endif /* Config option to support 64-bit hostevents and wake-masks. */ #define CONFIG_HOST_EVENT64 -- cgit v1.2.1