From ca89c6ec0f4ad8b9a6cd32656d3f913325c15eab Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 19 Jul 2022 14:41:17 -0400 Subject: [PATCH] j7-hs-evm-k3r5: do not create generic sysfw.itb symlink Commit bdceaa05aca9d3685ebfefbe7b7b60e2fd33789f added SR1.1 support for J721e HS with the idea that the default sysfw.itb will point to SR1.1. For that to work, the config for SR1 has to explicitly disable creating such symlink. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- conf/machine/j7-hs-evm-k3r5.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/j7-hs-evm-k3r5.conf b/conf/machine/j7-hs-evm-k3r5.conf index 53a7016f..92d37dee 100644 --- a/conf/machine/j7-hs-evm-k3r5.conf +++ b/conf/machine/j7-hs-evm-k3r5.conf @@ -7,6 +7,7 @@ require conf/machine/include/k3r5.inc SYSFW_SOC = "j721e" SYSFW_CONFIG = "evm" SYSFW_SUFFIX = "hs" +SYSFW_SYMLINK = "" UBOOT_MACHINE = "j721e_hs_evm_r5_defconfig"