summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-07 15:50:46 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-08-07 16:02:57 +0200
commitd00b2cbdb6c66cca1e14d5f70ca9fa4133d03269 (patch)
tree930371aed49cb0c6fd2d04af59acd87380b05503
parent5a4c9b717da21408acc82e8cc594d598f96fdf61 (diff)
verdin-am62.conf: rename vars related to tiboot3
The variables TPL_BINARY and OFFSET_TPL_PAYLOAD are not choosen wisely as they are not used to specify a TPL (Tertiary Program Loader). The tiboot3 binary is not a TPL (Tertiary Program Loader) but actually contains the binaries first booted by the boot ROM. Rename TPL_BINARY and OFFSET_TPL_PAYLOAD to FIRMWARE_BINARY and OFFSET_FW_PAYLOAD respectively. Related-to: ELB-5244 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/verdin-am62.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 8901f3b..3dbf209 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -69,15 +69,15 @@ IMAGE_FSTYPES:append = " teziimg"
# The payload offsets are given in number of 512 byte blocks.
# tiboot3.bin
OFFSET_BOOTROM_PAYLOAD = "0"
-TPL_BINARY[0069] = "tiboot3-am62x-gp-verdin.bin"
-TPL_BINARY[0071] = "tiboot3-am62x-gp-verdin.bin"
-TPL_BINARY[0072] = "tiboot3-am62x-gp-verdin.bin"
-TPL_BINARY[0073] = "tiboot3-am62x-hs-fs-verdin.bin"
-TPL_BINARY[0074] = "tiboot3-am62x-hs-fs-verdin.bin"
-TPL_BINARY[0075] = "tiboot3-am62x-hs-fs-verdin.bin"
-TPL_BINARY[0076] = "tiboot3-am62x-hs-fs-verdin.bin"
+FIRMWARE_BINARY[0069] = "tiboot3-am62x-gp-verdin.bin"
+FIRMWARE_BINARY[0071] = "tiboot3-am62x-gp-verdin.bin"
+FIRMWARE_BINARY[0072] = "tiboot3-am62x-gp-verdin.bin"
+FIRMWARE_BINARY[0073] = "tiboot3-am62x-hs-fs-verdin.bin"
+FIRMWARE_BINARY[0074] = "tiboot3-am62x-hs-fs-verdin.bin"
+FIRMWARE_BINARY[0075] = "tiboot3-am62x-hs-fs-verdin.bin"
+FIRMWARE_BINARY[0076] = "tiboot3-am62x-hs-fs-verdin.bin"
# tispl.bin
-OFFSET_TPL_PAYLOAD = "1024"
+OFFSET_FW_PAYLOAD = "1024"
# u-boot.img
OFFSET_SPL_PAYLOAD = "5120"
UBOOT_BINARY = "u-boot.img"