summaryrefslogtreecommitdiff
path: root/board/willow
diff options
context:
space:
mode:
Diffstat (limited to 'board/willow')
-rw-r--r--board/willow/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/willow/board.c b/board/willow/board.c
index fbdc4e10bd..6d036a1526 100644
--- a/board/willow/board.c
+++ b/board/willow/board.c
@@ -85,7 +85,7 @@ const struct power_signal_info power_signal_list[] = {
BUILD_ASSERT(ARRAY_SIZE(power_signal_list) == POWER_SIGNAL_COUNT);
/* Keyboard scan setting */
-struct keyboard_scan_config keyscan_config = {
+__override struct keyboard_scan_config keyscan_config = {
/*
* TODO(b/133200075): Tune this once we have the final performance
* out of the driver and the i2c bus.