summaryrefslogtreecommitdiff
path: root/board/lazor/hibernate.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/lazor/hibernate.c')
-rw-r--r--board/lazor/hibernate.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/lazor/hibernate.c b/board/lazor/hibernate.c
index 79d936c833..1187348e31 100644
--- a/board/lazor/hibernate.c
+++ b/board/lazor/hibernate.c
@@ -25,11 +25,9 @@ void board_hibernate(void)
/*
* Board rev 5+ has the hardware fix. Don't need the following
- * workaround. Limozeen's BRD_ID is not monotonically increasing.
- * 4 is the earliest revision.
+ * workaround.
*/
- if ((system_get_board_version() >= 5) ||
- (board_is_clamshell() && ((system_get_board_version() != 4))))
+ if (system_get_board_version() >= 5)
return;
/*