diff options
author | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-19 18:16:55 +0000 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-19 18:21:12 +0000 |
commit | f9779e93f1405de3d50515984794f7e6dc12adb8 (patch) | |
tree | 5add378dc5b4444e9be4a043a352e3154e5fbfe1 /conf/machine/j7-hs-evm.conf | |
parent | 29967d89a6ccd543c6740bd5a08ce0fa08f519d3 (diff) | |
download | meta-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>
Diffstat (limited to 'conf/machine/j7-hs-evm.conf')
-rw-r--r-- | conf/machine/j7-hs-evm.conf | 2 |
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 |
26 | IMAGE_BOOT_FILES += "sysfw-j7-hs-evm.itb" | 26 | IMAGE_BOOT_FILES += "sysfw-j721e-evm.itb" |
27 | do_image_wic[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy" | 27 | do_image_wic[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy" |
28 | do_image_tar[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy" | 28 | do_image_tar[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy" |
29 | 29 | ||