From d00b2cbdb6c66cca1e14d5f70ca9fa4133d03269 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 7 Aug 2023 15:50:46 +0200 Subject: 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 --- conf/machine/verdin-am62.conf | 16 ++++++++-------- 1 file 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" -- cgit v1.2.3