summaryrefslogtreecommitdiff
path: root/board/cr50/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/board.h')
-rw-r--r--board/cr50/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index e71ab07e83..4b616920a2 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -293,13 +293,13 @@ int board_use_plt_rst(void);
*/
int board_rst_pullup_needed(void);
/**
- * Return the state of the BOARD_SLAVE_CONFIG_I2C board strap option.
+ * Return the state of the BOARD_PERIPH_CONFIG_I2C board strap option.
*
* @return 0 if option is not set, !=0 if option set.
*/
int board_tpm_uses_i2c(void);
/**
- * Return the state of the BOARD_SLAVE_CONFIG_SPI board strap option.
+ * Return the state of the BOARD_PERIPH_CONFIG_SPI board strap option.
*
* @return 0 if option is not set, !=0 if option set.
*/