From cb5c225ea4d81f6e83eda0df31777eacfed06938 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Thu, 30 Jun 2022 14:59:51 -0400 Subject: [PATCH] patch: Assume hdmi false for generic-aarch64 devices --- contracts/hw.device-type/generic-aarch64/contract.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/hw.device-type/generic-aarch64/contract.json b/contracts/hw.device-type/generic-aarch64/contract.json index 5fbe4ffc..52895229 100644 --- a/contracts/hw.device-type/generic-aarch64/contract.json +++ b/contracts/hw.device-type/generic-aarch64/contract.json @@ -12,7 +12,7 @@ }, "data": { "arch": "aarch64", - "hdmi": true, + "hdmi": false, "led": false, "connectivity": { "bluetooth": false,