diff mbox series

[dunfell] j7-hs-evm-k3r5: do not create generic sysfw.itb symlink

Message ID 1658256077-3605-1-git-send-email-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [dunfell] j7-hs-evm-k3r5: do not create generic sysfw.itb symlink | expand

Commit Message

Denys Dmytriyenko July 19, 2022, 6:41 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

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 <denys@konsulko.com>
---
 conf/machine/j7-hs-evm-k3r5.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/conf/machine/j7-hs-evm-k3r5.conf b/conf/machine/j7-hs-evm-k3r5.conf
index 53a7016..92d37de 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"