summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-07-19 14:41:17 -0400
committerRyan Eatmon <reatmon@ti.com>2022-07-20 14:58:34 -0500
commitca89c6ec0f4ad8b9a6cd32656d3f913325c15eab (patch)
treec09838f7d0812d1371568a91b65bf27a553fe87c /conf/machine
parent2bab786b59b34c83ff966448b097dc0d1ab91624 (diff)
downloadmeta-ti-ca89c6ec0f4ad8b9a6cd32656d3f913325c15eab.tar.gz
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 <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/j7-hs-evm-k3r5.conf1
1 files changed, 1 insertions, 0 deletions
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
7SYSFW_SOC = "j721e" 7SYSFW_SOC = "j721e"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs" 9SYSFW_SUFFIX = "hs"
10SYSFW_SYMLINK = ""
10 11
11UBOOT_MACHINE = "j721e_hs_evm_r5_defconfig" 12UBOOT_MACHINE = "j721e_hs_evm_r5_defconfig"
12 13