From f9779e93f1405de3d50515984794f7e6dc12adb8 Mon Sep 17 00:00:00 2001 From: Yogesh Siraswar Date: Fri, 19 Nov 2021 18:16:55 +0000 Subject: [PATCH] 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 --- conf/machine/j7-hs-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" # Use default IMAGE_BOOT_FILES_LEGACY files # Since default sysfw.itb on J7 is for SR1.1, add a version for SR1.0 -IMAGE_BOOT_FILES += "sysfw-j7-hs-evm.itb" +IMAGE_BOOT_FILES += "sysfw-j721e-evm.itb" do_image_wic[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy" do_image_tar[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy"