summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--baseboard/grunt/baseboard.h1
-rw-r--r--common/keyboard_scan.c2
-rw-r--r--include/config.h3
3 files changed, 0 insertions, 6 deletions
diff --git a/baseboard/grunt/baseboard.h b/baseboard/grunt/baseboard.h
index b1ff7c53c2..0a3bce9824 100644
--- a/baseboard/grunt/baseboard.h
+++ b/baseboard/grunt/baseboard.h
@@ -102,7 +102,6 @@
#define CONFIG_KEYBOARD_COL2_INVERTED
#define CONFIG_KEYBOARD_PROTOCOL_8042
#define CONFIG_KEYBOARD_REFRESH_ROW3
-#define CONFIG_KEYBOARD_IGNORE_REFRESH_BOOT_KEY
#define CONFIG_KEYBOARD_PWRBTN_ASSERTS_KSI3
#define CONFIG_USB_POWER_DELIVERY
diff --git a/common/keyboard_scan.c b/common/keyboard_scan.c
index 02a1c105a0..034b82519c 100644
--- a/common/keyboard_scan.c
+++ b/common/keyboard_scan.c
@@ -590,9 +590,7 @@ static uint32_t check_key_list(const uint8_t *state)
curr_state[c] &= ~KEYBOARD_MASK_PWRBTN;
#endif
-#ifdef CONFIG_KEYBOARD_IGNORE_REFRESH_BOOT_KEY
curr_state[KEYBOARD_COL_REFRESH] &= ~KEYBOARD_MASK_REFRESH;
-#endif
/* Update mask with all boot keys that were pressed. */
k = boot_key_list;
diff --git a/include/config.h b/include/config.h
index 82ba112171..b4e2935bd8 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2035,9 +2035,6 @@
#undef CONFIG_KEYBOARD_PWRBTN_ASSERTS_KSI2
#undef CONFIG_KEYBOARD_PWRBTN_ASSERTS_KSI3
-/* Some boards see the refresh key pressed on boot when triggering recovery. */
-#undef CONFIG_KEYBOARD_IGNORE_REFRESH_BOOT_KEY
-
/* Enable extra debugging output from keyboard modules */
#undef CONFIG_KEYBOARD_DEBUG