summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/garg/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/garg/board.c b/board/garg/board.c
index aaf08312a3..5342d3eea6 100644
--- a/board/garg/board.c
+++ b/board/garg/board.c
@@ -213,10 +213,10 @@ unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);
static int board_is_convertible(void)
{
/*
- * Garg360: 37, 38
+ * Garg360: 37, 38, 39
* Unprovisioned: 255
*/
- return sku_id == 37 || sku_id == 38 || sku_id == 255;
+ return sku_id == 37 || sku_id == 38 || sku_id == 39 || sku_id == 255;
}
static void board_update_sensor_config_from_sku(void)