diff mbox series

[meta-ti,master/kirkstone] conf/am65xx-hs-evm: Fix UBOOT_MACHINE to match u-boot config

Message ID 20230830152709.20767-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/kirkstone] conf/am65xx-hs-evm: Fix UBOOT_MACHINE to match u-boot config | expand

Commit Message

Ryan Eatmon Aug. 30, 2023, 3:27 p.m. UTC
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>
---
 meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf | 2 +-
 meta-ti-bsp/conf/machine/am65xx-hs-evm.conf      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Chirag Shilwant Aug. 31, 2023, 6:10 a.m. UTC | #1
Acked-by: Chirag Shilwant<c-shilwant@ti.com>

On 30/08/23 20:57, Ryan Eatmon via lists.yoctoproject.org wrote:
> 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>
> ---
>   meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf | 2 +-
>   meta-ti-bsp/conf/machine/am65xx-hs-evm.conf      | 2 +-
>   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"
>   SYSFW_CONFIG = "evm"
>   SYSFW_SUFFIX = "hs"
>   
> -UBOOT_MACHINE = "am65x_hs_evm_r5_defconfig"
> +UBOOT_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 @@
>   
>   require conf/machine/include/am65xx.inc
>   
> -UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig"
> +UBOOT_MACHINE = "am65x_evm_a53_defconfig"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#16907):https://lists.yoctoproject.org/g/meta-ti/message/16907
> Mute This Topic:https://lists.yoctoproject.org/mt/101054668/7030289
> Group Owner:meta-ti+owner@lists.yoctoproject.org
> Unsubscribe:https://lists.yoctoproject.org/g/meta-ti/leave/11470056/7030289/1265141306/xyzzy  [c-shilwant@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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"
 SYSFW_CONFIG = "evm"
 SYSFW_SUFFIX = "hs"
 
-UBOOT_MACHINE = "am65x_hs_evm_r5_defconfig"
+UBOOT_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 @@ 
 
 require conf/machine/include/am65xx.inc
 
-UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig"
+UBOOT_MACHINE = "am65x_evm_a53_defconfig"