From 3d2002c5e35f4d20fc5ef5307f52f1cfbb91d6ab Mon Sep 17 00:00:00 2001 From: crichardson Date: Thu, 19 Oct 2023 08:35:19 +0100 Subject: [PATCH] hw.device-type: Modify bluechiptechnology-tm3 Change-type: patch Signed-off-by: Chris Richardson --- contracts/hw.device-type/bluechiptechnology-tm3/contract.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/hw.device-type/bluechiptechnology-tm3/contract.json b/contracts/hw.device-type/bluechiptechnology-tm3/contract.json index 0b79cc2c..ea11375a 100644 --- a/contracts/hw.device-type/bluechiptechnology-tm3/contract.json +++ b/contracts/hw.device-type/bluechiptechnology-tm3/contract.json @@ -20,8 +20,8 @@ "internal": true }, "media": { - "defaultBoot": "sdcard", - "altBoot": ["internal"] + "defaultBoot": "internal", + "altBoot": ["sdcard"] }, "is_private": false },