diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-07-19 14:41:17 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-07-20 14:58:34 -0500 |
commit | ca89c6ec0f4ad8b9a6cd32656d3f913325c15eab (patch) | |
tree | c09838f7d0812d1371568a91b65bf27a553fe87c | |
parent | 2bab786b59b34c83ff966448b097dc0d1ab91624 (diff) | |
download | meta-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>
-rw-r--r-- | conf/machine/j7-hs-evm-k3r5.conf | 1 |
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 | |||
7 | SYSFW_SOC = "j721e" | 7 | SYSFW_SOC = "j721e" |
8 | SYSFW_CONFIG = "evm" | 8 | SYSFW_CONFIG = "evm" |
9 | SYSFW_SUFFIX = "hs" | 9 | SYSFW_SUFFIX = "hs" |
10 | SYSFW_SYMLINK = "" | ||
10 | 11 | ||
11 | UBOOT_MACHINE = "j721e_hs_evm_r5_defconfig" | 12 | UBOOT_MACHINE = "j721e_hs_evm_r5_defconfig" |
12 | 13 | ||