summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Van Patten <timvp@google.com>2023-02-16 15:00:58 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-20 19:16:49 +0000
commit6a3bd53a2034694cd76c57bb5f29763f7893fbb4 (patch)
treeb85aa7e3abec8319a92b83d4fff443713e9212ad
parent985ccf1df14d90a20589d39077cb8c29d4d08e23 (diff)
downloadchrome-ec-6a3bd53a2034694cd76c57bb5f29763f7893fbb4.tar.gz
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 <timvp@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4261959 Reviewed-by: caveh jalali <caveh@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--include/config.h4
1 files changed, 0 insertions, 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