summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-08-30 10:27:09 -0500
committerRyan Eatmon <reatmon@ti.com>2023-09-05 08:23:25 -0500
commitee2dd269801dfebcdcfec201694b585366613d92 (patch)
tree6c7b52c82084b6aa973bd1f97c332a7036cdd533
parent411f2d4b21a4a01d62efc320b64e6fa25c6aa6f3 (diff)
downloadmeta-ti-ee2dd269801dfebcdcfec201694b585366613d92.tar.gz
conf/am65xx-hs-evm: Fix UBOOT_MACHINE to match u-boot config
The uboot config for am65 is moving to a merged build for both GP and HS. Until the yocto configs catch up, we need to keep am65xx-hs-evm working. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am65xx-hs-evm.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf
index 4fb2bf50..337c8413 100644
--- a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf
@@ -8,4 +8,4 @@ SYSFW_SOC = "am65x_sr2"
8SYSFW_CONFIG = "evm" 8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs" 9SYSFW_SUFFIX = "hs"
10 10
11UBOOT_MACHINE = "am65x_hs_evm_r5_defconfig" 11UBOOT_MACHINE = "am65x_evm_r5_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
index 0addec90..f8221f31 100644
--- a/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf
@@ -4,4 +4,4 @@
4 4
5require conf/machine/include/am65xx.inc 5require conf/machine/include/am65xx.inc
6 6
7UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig" 7UBOOT_MACHINE = "am65x_evm_a53_defconfig"