summaryrefslogtreecommitdiff
path: root/board/fizz/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/fizz/board.h')
-rw-r--r--board/fizz/board.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/fizz/board.h b/board/fizz/board.h
index 464b517db8..b4ed5a19ae 100644
--- a/board/fizz/board.h
+++ b/board/fizz/board.h
@@ -17,8 +17,7 @@
/* EC */
#define CONFIG_ADC
-#define CONFIG_BOARD_VERSION
-#define CONFIG_BOARD_SPECIFIC_VERSION
+#define CONFIG_BOARD_VERSION_CBI
#define CONFIG_CRC8
#define CONFIG_CROS_BOARD_INFO
#define CONFIG_DEDICATED_RECOVERY_BUTTON
@@ -239,7 +238,6 @@ enum mft_channel {
#define PD_MAX_VOLTAGE_MV 20000
/* Board specific handlers */
-int board_get_version(void);
void board_reset_pd_mcu(void);
void board_set_tcpc_power_mode(int port, int mode);
int board_get_battery_soc(void);