summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-05-17 13:16:32 +0200
committerMing Liu <ming.liu@toradex.com>2020-05-17 13:25:19 +0200
commit77e97f0d6e1c131b8039cd62937177b8f9688411 (patch)
tree1eafd6cb00b2d6997f1880f5f369107151724565
parentac5028651745ea2b541dbc0a847ffd737fc5ef76 (diff)
meta: fix some inconsistent code style
Signed-off-by: Ming Liu <ming.liu@toradex.com>
-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 ef4921e..01d0cc5 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -63,8 +63,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 a7fe80f..37df0bc 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 b3f65c0..db1f263 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 d30b3fd..5ec6ba5 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"