summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-ti-bsp/conf/machine/include/j7200.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j7200.inc b/meta-ti-bsp/conf/machine/include/j7200.inc
index 66a07da8..caa79876 100644
--- a/meta-ti-bsp/conf/machine/include/j7200.inc
+++ b/meta-ti-bsp/conf/machine/include/j7200.inc
@@ -4,6 +4,12 @@ SOC_FAMILY:append = ":j7200"
4# Default tiboot3.bin on J7200 is for GP 4# Default tiboot3.bin on J7200 is for GP
5IMAGE_BOOT_FILES += "tiboot3-j7200-gp-evm.bin" 5IMAGE_BOOT_FILES += "tiboot3-j7200-gp-evm.bin"
6 6
7# Since default tiboot3.bin on J7200 is for GP, add a version for SR1.0 HS-FS
8IMAGE_BOOT_FILES += "tiboot3-j7200-hs-fs-evm.bin"
9
10# Since default tiboot3.bin on J7200 is for GP, add a version for SR1.0 HS-SE
11IMAGE_BOOT_FILES += "tiboot3-j7200-hs-evm.bin"
12
7# Since default tiboot3.bin on J7200 is for GP, add a version for SR2.0 HS-FS 13# Since default tiboot3.bin on J7200 is for GP, add a version for SR2.0 HS-FS
8IMAGE_BOOT_FILES += "tiboot3-j7200_sr2-hs-fs-evm.bin" 14IMAGE_BOOT_FILES += "tiboot3-j7200_sr2-hs-fs-evm.bin"
9 15