diff options
| author | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-19 22:26:11 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2021-12-15 11:40:51 -0600 |
| commit | 20caecba1a7c7ffab4233d7a8bb66f5befde532d (patch) | |
| tree | 4ade229fdce4f028efb5f9414c4ec2bd85eec150 | |
| parent | 605d95c51ae16495d15b01708a455320905fe5a6 (diff) | |
| download | meta-ti-20caecba1a7c7ffab4233d7a8bb66f5befde532d.tar.gz | |
j7-hs-evm: Correct image boot file causing build error
Correct the boot image file that is causing build error
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -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 | ||
