1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00

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>
This commit is contained in:
Ryan Eatmon
2023-08-30 10:27:09 -05:00
parent 411f2d4b21
commit ee2dd26980
2 changed files with 2 additions and 2 deletions
@@ -8,4 +8,4 @@ SYSFW_SOC = "am65x_sr2"
SYSFW_CONFIG = "evm"
SYSFW_SUFFIX = "hs"
UBOOT_MACHINE = "am65x_hs_evm_r5_defconfig"
UBOOT_MACHINE = "am65x_evm_r5_defconfig"
+1 -1
View File
@@ -4,4 +4,4 @@
require conf/machine/include/am65xx.inc
UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig"
UBOOT_MACHINE = "am65x_evm_a53_defconfig"