Skip to content

Commit 1863899

Browse files
committed
iot-gate-imx8plus: replace dram size range with explicit dram sizes
The 1G-8G and 2G-4G slugs could be confused with ranges, so this commit replaces them with 1GB or 8GB and 2GB or 4GB. Change-type: patch Signed-off-by: Alex Gonzalez <alexg@balena.io>
1 parent ab2042b commit 1863899

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contracts/hw.device-type/iot-gate-imx8plus-d1d8/contract.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1",
44
"type": "hw.device-type",
55
"aliases": [],
6-
"name": "Compulab IOT-GATE-iMX8PLUS 1G-8G DRAM",
6+
"name": "Compulab IOT-GATE-iMX8PLUS 1GB or 8GB DRAM",
77
"assets": {
88
"logo": {
99
"url": "./iot-gate-imx8plus.svg",

contracts/hw.device-type/iot-gate-imx8plus/contract.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1",
44
"type": "hw.device-type",
55
"aliases": [],
6-
"name": "Compulab IOT-GATE-iMX8PLUS 2G-4G DRAM",
6+
"name": "Compulab IOT-GATE-iMX8PLUS 2GB or 4GB DRAM",
77
"assets": {
88
"logo": {
99
"url": "./iot-gate-imx8plus.svg",

contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1",
44
"type": "hw.device-type",
55
"aliases": [],
6-
"name": "Compulab IOTDIN-iMX8P 1G-8G DRAM",
6+
"name": "Compulab IOTDIN-iMX8P 1GB or 8GB DRAM",
77
"assets": {
88
"logo": {
99
"url": "./iotdin-imx8p.svg",

contracts/hw.device-type/iotdin-imx8p/contract.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1",
44
"type": "hw.device-type",
55
"aliases": [],
6-
"name": "Compulab IOTDIN-iMX8P 2G-4G DRAM",
6+
"name": "Compulab IOTDIN-iMX8P 2GB or 4GB DRAM",
77
"assets": {
88
"logo": {
99
"url": "./iotdin-imx8p.svg",

0 commit comments

Comments
 (0)