summaryrefslogtreecommitdiff
path: root/board/mccroskey
diff options
context:
space:
mode:
Diffstat (limited to 'board/mccroskey')
-rw-r--r--board/mccroskey/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mccroskey/board.h b/board/mccroskey/board.h
index ceee19ce45..9d8ea06eab 100644
--- a/board/mccroskey/board.h
+++ b/board/mccroskey/board.h
@@ -45,7 +45,7 @@ enum module_id {
#define KB_OUT_PORT_LIST GPIO_C
/* EC is I2C master */
-#define I2C_PORT_HOST 0
+#define I2C_PORT_MASTER 0
#define I2C_PORT_SLAVE 0 /* needed for DMAC macros (ugh) */
#define GPIO_I2C2_SCL 0 /* unused, but must be defined anyway */
#define GPIO_I2C2_SDA 0 /* unused, but must be defined anyway */