summaryrefslogtreecommitdiff
path: root/conf/machine/verdin-am62-k3r5-gp.conf
diff options
context:
space:
mode:
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2023-06-13 08:58:54 +0200
committerEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2023-06-13 19:35:52 +0200
commitfc7114dd29c8422e113929edd7cb2eabd0d1dbd7 (patch)
tree63cbb3650c8bb4b60dc08b76b4a4311da947ea4a /conf/machine/verdin-am62-k3r5-gp.conf
parent941604e522dbe03047f754576f97f65515388ee5 (diff)
verdin-am62: add hs-fs soc type binaries
Add HS-FS SoC type binaries (different SYSFW), GP SoC type is still the default one and the one used in the generated tezi image, HS-FS binaries are just deployed and not used yet. tiboot3.bin renamed to tiboot3-gp.bin to make it clear that this is the binary for the GP variant. Related-to: ELB-5226 Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
Diffstat (limited to 'conf/machine/verdin-am62-k3r5-gp.conf')
-rw-r--r--conf/machine/verdin-am62-k3r5-gp.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/conf/machine/verdin-am62-k3r5-gp.conf b/conf/machine/verdin-am62-k3r5-gp.conf
index 29e3461..79bcdeb 100644
--- a/conf/machine/verdin-am62-k3r5-gp.conf
+++ b/conf/machine/verdin-am62-k3r5-gp.conf
@@ -15,6 +15,9 @@ SYSFW_CONFIG = "evm"
SYSFW_SUFFIX = "gp"
SYSFW_PREFIX:k3r5 = "fs"
-UBOOT_CONFIG ??= "dfu sd"
-UBOOT_CONFIG[dfu] = "verdin-am62_r5_usbdfu_defconfig,dfu,spl/u-boot-spl.bin"
-UBOOT_CONFIG[sd] = "verdin-am62_r5_defconfig,sdcard,spl/u-boot-spl.bin"
+SYSFW_TIBOOT3_SYMLINK = "tiboot3-gp.bin"
+
+UBOOT_DFU_CONFIG = "dfu-gp"
+UBOOT_CONFIG ??= "dfu-gp sd-gp"
+UBOOT_CONFIG[dfu-gp] = "verdin-am62_r5_usbdfu_defconfig,dfu,spl/u-boot-spl.bin"
+UBOOT_CONFIG[sd-gp] = "verdin-am62_r5_defconfig,sdcard,spl/u-boot-spl.bin"