summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/j721s2-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine/j721s2-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/j721s2-evm.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/j721s2-evm.conf b/meta-ti-bsp/conf/machine/j721s2-evm.conf
index 78973600..4816f9cf 100644
--- a/meta-ti-bsp/conf/machine/j721s2-evm.conf
+++ b/meta-ti-bsp/conf/machine/j721s2-evm.conf
@@ -20,11 +20,7 @@ KERNEL_DEVICETREE = " \
20UBOOT_MACHINE = "j721s2_evm_a72_defconfig" 20UBOOT_MACHINE = "j721s2_evm_a72_defconfig"
21 21
22# Default tiboot3.bin on J721S2 is for GP 22# Default tiboot3.bin on J721S2 is for GP
23BBMULTICONFIG = "k3r5-gp"
24IMAGE_BOOT_FILES += "tiboot3-j721s2-gp-evm.bin" 23IMAGE_BOOT_FILES += "tiboot3-j721s2-gp-evm.bin"
25do_image_complete[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy"
26 24
27# Since default tiboot3.bin on J721S2 is for GP, add a version for SR1.0 HS-FS 25# Since default tiboot3.bin on J721S2 is for GP, add a version for SR1.0 HS-FS
28BBMULTICONFIG += "k3r5-sr1-hs-fs"
29IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-fs-evm.bin" 26IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-fs-evm.bin"
30do_image_complete[mcdepends] += "mc::k3r5-sr1-hs-fs:ti-sci-fw:do_deploy"