From 7627967e7902e59c8a223e0323e8130a9165ed22 Mon Sep 17 00:00:00 2001 From: Tim Trippel Date: Wed, 12 Mar 2025 10:09:29 -0700 Subject: [PATCH] [orchestrator] add A2 product ID to database A1 and A2 share the same product ID. Signed-off-by: Tim Trippel (cherry picked from commit 2aa126dfbecdc7d7fb322b322fae62fffb8b0c1a) --- sw/host/provisioning/orchestrator/data/products.hjson | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/host/provisioning/orchestrator/data/products.hjson b/sw/host/provisioning/orchestrator/data/products.hjson index ef7d2b8f8f1fb..01d308a49bad9 100644 --- a/sw/host/provisioning/orchestrator/data/products.hjson +++ b/sw/host/provisioning/orchestrator/data/products.hjson @@ -10,5 +10,6 @@ }, product_ids: { earlgrey_a1: "0x0002", + earlgrey_a2: "0x0002", # A1 and A2 share same product IDs. }, }