summaryrefslogtreecommitdiff
path: root/board/host/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/board.h')
-rw-r--r--board/host/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/host/board.h b/board/host/board.h
index ac44f31907..ad65749c3d 100644
--- a/board/host/board.h
+++ b/board/host/board.h
@@ -80,4 +80,7 @@ enum {
#define CONFIG_RNG
void fps_event(enum gpio_signal signal);
+/* Let the tests always check the other NVMEM slot. */
+static inline int board_nvmem_legacy_check_needed(void){ return 1; }
+
#endif /* __CROS_EC_BOARD_H */