summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-30 10:42:18 -0500
committerRyan Eatmon <reatmon@ti.com>2023-06-07 10:13:00 -0500
commit54fc7cef417a91c0066be5d5960f9440a7ce6448 (patch)
tree5ecb84701b0719b95fdbafe810364ef56fc78347 /meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
parente201cb74e9ba6c779a2b415724ca8071bcacdaec (diff)
downloadmeta-ti-54fc7cef417a91c0066be5d5960f9440a7ce6448.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>
Diffstat (limited to 'meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf')
-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"