summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-11-19 18:16:55 +0000
committerYogesh Siraswar <yogeshs@ti.com>2021-11-19 18:21:12 +0000
commitf9779e93f1405de3d50515984794f7e6dc12adb8 (patch)
tree5add378dc5b4444e9be4a043a352e3154e5fbfe1
parent29967d89a6ccd543c6740bd5a08ce0fa08f519d3 (diff)
downloadmeta-ti-f9779e93f1405de3d50515984794f7e6dc12adb8.tar.gz
j7-hs-evm: Correct image boot file causing build error08.01.00.005
Correct the boot image file that is causing build error Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
-rw-r--r--conf/machine/j7-hs-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/j7-hs-evm.conf b/conf/machine/j7-hs-evm.conf
index ab0fa474..f2e3ccf5 100644
--- a/conf/machine/j7-hs-evm.conf
+++ b/conf/machine/j7-hs-evm.conf
@@ -23,7 +23,7 @@ BBMULTICONFIG += "k3r5-sr1-1"
23 23
24# Use default IMAGE_BOOT_FILES_LEGACY files 24# Use default IMAGE_BOOT_FILES_LEGACY files
25# Since default sysfw.itb on J7 is for SR1.1, add a version for SR1.0 25# Since default sysfw.itb on J7 is for SR1.1, add a version for SR1.0
26IMAGE_BOOT_FILES += "sysfw-j7-hs-evm.itb" 26IMAGE_BOOT_FILES += "sysfw-j721e-evm.itb"
27do_image_wic[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy" 27do_image_wic[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy"
28do_image_tar[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy" 28do_image_tar[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy"
29 29