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 90495b2d2a..6329daa7c9 100644
--- a/board/garg/board.c
+++ b/board/garg/board.c
@@ -210,10 +210,10 @@ unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);
static int board_is_convertible(void)
{
/*
- * Garg360: 37
+ * Garg360: 37, 38
* Unprovisioned: 255
*/
- return sku_id == 37 || sku_id == 255;
+ return sku_id == 37 || sku_id == 38 || sku_id == 255;
}
static void board_update_sensor_config_from_sku(void)