[meta-ti,dunfell] conf: machine: wic: Fix j721s2-hs-evm image boot partition

Message ID 20220623181047.28818-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,dunfell] conf: machine: wic: Fix j721s2-hs-evm image boot partition | expand

Commit Message

Ryan Eatmon June 23, 2022, 6:10 p.m. UTC
This patch is to align with a recent change to how the HS platforms
are setup in the /boot partition.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 conf/machine/j721s2-hs-evm.conf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Jayesh Choudhary June 24, 2022, 11:13 a.m. UTC | #1
On 23/06/22 11:40 pm, Ryan Eatmon via lists.yoctoproject.org wrote:
> This patch is to align with a recent change to how the HS platforms
> are setup in the /boot partition.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>

Reviewed-by: Jayesh Choudhary <j-choudhary@ti.com>

> ---
>  conf/machine/j721s2-hs-evm.conf | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/conf/machine/j721s2-hs-evm.conf b/conf/machine/j721s2-hs-evm.conf
> index 43fb2ebc..7ffad45a 100644
> --- a/conf/machine/j721s2-hs-evm.conf
> +++ b/conf/machine/j721s2-hs-evm.conf
> @@ -15,8 +15,7 @@ UBOOT_DTBO_LOADADDRESS = "0x83080000"
>  UBOOT_DTBO_OFFSET =      "0x00010000"
>  
>  SPL_BINARY = "tispl.bin_HS"
> -SPL_BINARYNAME = "tispl.bin"
>  UBOOT_BINARY = "u-boot.img_HS"
> -IMAGE_BOOT_FILES = "${UBOOT_BINARY}"
> +UBOOT_SYMLINK = "u-boot.img"
>  
>  TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#14842): https://lists.yoctoproject.org/g/meta-ti/message/14842
> Mute This Topic: https://lists.yoctoproject.org/mt/91949309/6958728
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [j-choudhary@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/conf/machine/j721s2-hs-evm.conf b/conf/machine/j721s2-hs-evm.conf
index 43fb2ebc..7ffad45a 100644
--- a/conf/machine/j721s2-hs-evm.conf
+++ b/conf/machine/j721s2-hs-evm.conf
@@ -15,8 +15,7 @@  UBOOT_DTBO_LOADADDRESS = "0x83080000"
 UBOOT_DTBO_OFFSET =      "0x00010000"
 
 SPL_BINARY = "tispl.bin_HS"
-SPL_BINARYNAME = "tispl.bin"
 UBOOT_BINARY = "u-boot.img_HS"
-IMAGE_BOOT_FILES = "${UBOOT_BINARY}"
+UBOOT_SYMLINK = "u-boot.img"
 
 TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"