summaryrefslogtreecommitdiff
path: root/board/hoho/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/hoho/board.h')
-rw-r--r--board/hoho/board.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/board/hoho/board.h b/board/hoho/board.h
index 1b43a4fe5a..74e3951b53 100644
--- a/board/hoho/board.h
+++ b/board/hoho/board.h
@@ -35,7 +35,7 @@
#define CONFIG_USB_POWER_DELIVERY
#define CONFIG_USB_PD_ALT_MODE
#define CONFIG_USB_PD_HW_DEV_ID_BOARD_MAJOR USB_PD_HW_DEV_ID_HOHO
-#define CONFIG_USB_PD_HW_DEV_ID_BOARD_MINOR 1
+#define CONFIG_USB_PD_HW_DEV_ID_BOARD_MINOR 2
#define CONFIG_USB_PD_DUAL_ROLE
#define CONFIG_USB_PD_CUSTOM_VDM
#define CONFIG_USB_PD_FLASH
@@ -56,11 +56,8 @@
#define CONFIG_USB_PID 0x5010
#define CONFIG_USB_BCD_DEV 0x0001 /* v 0.01 */
-/*
- * Allow dangerous commands all the time, since we don't have a write protect
- * switch.
- */
-#define CONFIG_SYSTEM_UNLOCKED
+/* No Write-protect GPIO, force the write-protection */
+#define CONFIG_WP_ALWAYS
#ifndef __ASSEMBLER__