summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-05-17 13:16:32 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-09 18:53:14 +0200
commit42134c73685ccad307179eb6f2e88af45580c672 (patch)
tree35d737799090770280345cbb515101a0fc29e5c2 /conf
parent112a42351c3b16f94e8736d938a153756876dbc4 (diff)
meta: fix some inconsistent code style
Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 77e97f0d6e1c131b8039cd62937177b8f9688411)
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/apalis-imx8.conf4
-rw-r--r--conf/machine/apalis-imx8x.conf4
-rw-r--r--conf/machine/colibri-imx8x.conf4
-rw-r--r--conf/machine/verdin-imx8mm.conf4
4 files changed, 8 insertions, 8 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 4ff0182..8420260 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -65,8 +65,8 @@ IMAGE_FSTYPES += "teziimg"
# The imx-boot container takes care for the i.MX 8 offset, so the container
# has to be flashed at offset 0 directly
-UBOOT_BINARY_TEZI_EMMC="imx-boot"
-OFFSET_BOOTROM_PAYLOAD="0"
+UBOOT_BINARY_TEZI_EMMC = "imx-boot"
+OFFSET_BOOTROM_PAYLOAD = "0"
TORADEX_PRODUCT_IDS = "0037 0047 0048 0049"
TORADEX_PRODUCT_IDS[0037] = "fsl-imx8qm-apalis.dtb"
diff --git a/conf/machine/apalis-imx8x.conf b/conf/machine/apalis-imx8x.conf
index 5e16c54..81b9686 100644
--- a/conf/machine/apalis-imx8x.conf
+++ b/conf/machine/apalis-imx8x.conf
@@ -61,8 +61,8 @@ IMAGE_FSTYPES += "teziimg"
# The imx-boot container takes care for the i.MX 8 offset, so the container
# has to be flashed at offset 0 directly
-UBOOT_BINARY_TEZI_EMMC="imx-boot"
-OFFSET_BOOTROM_PAYLOAD="0"
+UBOOT_BINARY_TEZI_EMMC = "imx-boot"
+OFFSET_BOOTROM_PAYLOAD = "0"
TORADEX_PRODUCT_IDS = "0046 0053 0054 2600"
TORADEX_PRODUCT_IDS[0046] = "fsl-imx8qxp-apalis-eval.dtb"
diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf
index b839c79..185f715 100644
--- a/conf/machine/colibri-imx8x.conf
+++ b/conf/machine/colibri-imx8x.conf
@@ -70,8 +70,8 @@ IMAGE_FSTYPES += "teziimg"
# The imx-boot container takes care for the i.MX 8 offset, so the container
# has to be flashed at offset 0 directly
-UBOOT_BINARY_TEZI_EMMC="imx-boot"
-OFFSET_BOOTROM_PAYLOAD="0"
+UBOOT_BINARY_TEZI_EMMC = "imx-boot"
+OFFSET_BOOTROM_PAYLOAD = "0"
TORADEX_PRODUCT_IDS = "0038 0050 0051 0052"
TORADEX_PRODUCT_IDS[0038] = "fsl-imx8qxp-colibri-eval-v3.dtb"
diff --git a/conf/machine/verdin-imx8mm.conf b/conf/machine/verdin-imx8mm.conf
index 89d888e..b76940c 100644
--- a/conf/machine/verdin-imx8mm.conf
+++ b/conf/machine/verdin-imx8mm.conf
@@ -74,8 +74,8 @@ BOARD_TYPE = "verdin"
IMAGE_CLASSES_append = " image_type_tezi"
IMAGE_FSTYPES += "teziimg"
-UBOOT_BINARY_TEZI_EMMC="imx-boot"
-OFFSET_BOOTROM_PAYLOAD="2"
+UBOOT_BINARY_TEZI_EMMC = "imx-boot"
+OFFSET_BOOTROM_PAYLOAD = "2"
TORADEX_PRODUCT_IDS = "0055 0057"
TORADEX_PRODUCT_IDS[0055] = "fsl-imx8mm-verdin-wifi-dev.dtb"