summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-05-17 17:25:23 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-01 13:41:12 +0200
commit8b6885b97588ccae34eb9a1338815b29bf58c811 (patch)
tree990de3676c952294a9eafb81524ef56331e5fa66
parent400db895c0f12843b3a4fb454ac82652ab95ec45 (diff)
apalis-tk1/apalis-tk1-mainline.conf: fix invalid variables
- TEZI_UBOOT_BINARY_EMMC should be changed to UBOOT_BINARY_TEZI_EMMC. - Drop TEZI_DISTRO_BOOT_SCRIPTS, it's being referred nowhere. Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 545e2e8b2822ab313c1b3c43816e5eb8be651b8f)
-rw-r--r--conf/machine/apalis-tk1-mainline.conf4
-rw-r--r--conf/machine/apalis-tk1.conf4
2 files changed, 2 insertions, 6 deletions
diff --git a/conf/machine/apalis-tk1-mainline.conf b/conf/machine/apalis-tk1-mainline.conf
index 65f2a7b..16b3383 100644
--- a/conf/machine/apalis-tk1-mainline.conf
+++ b/conf/machine/apalis-tk1-mainline.conf
@@ -47,9 +47,7 @@ UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"
# The payload offsets are given in number of 512 byte blocks.
OFFSET_BOOTROM_PAYLOAD = "0"
-
-TEZI_DISTRO_BOOT_SCRIPTS = "boot.scr"
-TEZI_UBOOT_BINARY_EMMC = "apalis-tk1.img"
+UBOOT_BINARY_TEZI_EMMC = "apalis-tk1.img"
# require u-boot-dtb-tegra.bin to be used
UBOOT_IMAGE = "u-boot-dtb-tegra-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf
index b71dc40..9004d33 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -45,9 +45,7 @@ UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"
# The payload offsets are given in number of 512 byte blocks.
OFFSET_BOOTROM_PAYLOAD = "0"
-
-TEZI_DISTRO_BOOT_SCRIPTS = "boot.scr"
-TEZI_UBOOT_BINARY_EMMC = "apalis-tk1.img"
+UBOOT_BINARY_TEZI_EMMC = "apalis-tk1.img"
# require u-boot-dtb-tegra.bin to be used
UBOOT_IMAGE = "u-boot-dtb-tegra-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"