summaryrefslogtreecommitdiff
path: root/common/mkbp_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/mkbp_event.c')
-rw-r--r--common/mkbp_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/mkbp_event.c b/common/mkbp_event.c
index f640a9340c..a5fe5635c6 100644
--- a/common/mkbp_event.c
+++ b/common/mkbp_event.c
@@ -479,7 +479,7 @@ static int command_mkbp_wake_mask(int argc, char **argv)
{
if (argc == 3) {
char *e;
- uint32_t new_mask = strtoul(argv[2], &e, 0);
+ uint32_t new_mask = strtoull(argv[2], &e, 0);
if (*e)
return EC_ERROR_PARAM2;