summaryrefslogtreecommitdiff
path: root/chip/npcx/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/clock.c')
-rw-r--r--chip/npcx/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/clock.c b/chip/npcx/clock.c
index ecd48197b2..178f398434 100644
--- a/chip/npcx/clock.c
+++ b/chip/npcx/clock.c
@@ -160,7 +160,7 @@ void clock_turbo(void)
* CORE_CLK > 66MHz, we also need to set AHB6DIV and FIUDIV as 1.
*/
NPCX_HFCGP = 0x01;
- NPCX_HFCBCD = (1 << 4);
+ NPCX_HFCBCD = BIT(4);
}
void clock_normal(void)