summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-30 10:42:18 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-06 08:24:37 -0500
commitaa72c28ca4ac3e8ac4ab44d6297070c883050a87 (patch)
treeb1b18c472b184c1aec043ff35f1fd0462728c573
parentd67ed6430a739e449cbbe4b596f814df39b94148 (diff)
downloadmeta-ti-aa72c28ca4ac3e8ac4ab44d6297070c883050a87.tar.gz
conf: machine: am62xx-lp: 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-lp-evm-k3r5.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
index d2064b27..aa9422cd 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-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_lpsk_r5_defconfig" 11UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"