summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-30 10:42:17 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-06 08:24:37 -0500
commitd67ed6430a739e449cbbe4b596f814df39b94148 (patch)
tree2bfbb8438694a09f2f3f425dea07e18e7805dbde
parent768330ea0c72333e9b3ef623d1c0b270ac5581a9 (diff)
downloadmeta-ti-d67ed6430a739e449cbbe4b596f814df39b94148.tar.gz
conf: machine: am62xx: Default to HS-FS instead of GP
This matches how we had the symlink for tiboot3.bin before binman. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
index 724a8d4a..9889ae38 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
@@ -6,6 +6,6 @@ require conf/machine/include/k3r5.inc
6 6
7SYSFW_SOC = "am62x" 7SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp" 9SYSFW_SUFFIX = "hs-fs"
10 10
11UBOOT_MACHINE = "am62x_evm_r5_defconfig" 11UBOOT_MACHINE = "am62x_evm_r5_defconfig"