summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index 5e22322aae..180d33af9d 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -1853,7 +1853,7 @@ int board_nvmem_legacy_check_needed(void)
h = (const struct SignedHeader *)get_program_memory_addr(other_rw);
- return (h->major_ <= 2) || (h->minor_ <= 18);
+ return (h->major_ <= 2) || ((h->major_ <= 4) && (h->minor_ <= 18));
}
/*