From 5f7d9230b8ed3caffbfab717b2a197a5b6d83466 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez <alexg@balena.io> Date: Thu, 28 Sep 2023 15:56:52 +0200 Subject: [PATCH] raspberrypi5: remove reference to 64bits in display name There won't be a 32bits OS for this device type. Change-type: patch Signed-off-by: Alex Gonzalez <alexg@balena.io> --- contracts/hw.device-type/raspberrypi5/contract.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/hw.device-type/raspberrypi5/contract.json b/contracts/hw.device-type/raspberrypi5/contract.json index 81f36873..1ea025e8 100644 --- a/contracts/hw.device-type/raspberrypi5/contract.json +++ b/contracts/hw.device-type/raspberrypi5/contract.json @@ -3,7 +3,7 @@ "version": "1", "type": "hw.device-type", "aliases": [], - "name": "Raspberry Pi 5 (using 64bit OS)", + "name": "Raspberry Pi 5", "assets": { "logo": { "url": "./raspberrypi5.svg",