[dunfell/master] conf: arago: Add j721s2 hs platform support

Message ID 20220614092547.1988217-1-j-choudhary@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [dunfell/master] conf: arago: Add j721s2 hs platform support | expand

Commit Message

Jayesh Choudhary June 14, 2022, 9:25 a.m. UTC
Add kernel type for j721s2 hs platform

Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 1 +
 1 file changed, 1 insertion(+)

Comments

Andrew Davis June 14, 2022, 2:57 p.m. UTC | #1
On 6/14/22 4:25 AM, Jayesh Choudhary wrote:
> Add kernel type for j721s2 hs platform
> 
> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
> ---
>   meta-arago-distro/conf/distro/arago.conf | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> index eb380c63..0e2f7ef1 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -55,6 +55,7 @@ KERNEL_IMAGETYPES_am65xx-hs-evm = "Image fitImage"
>   KERNEL_IMAGETYPES_am64xx-hs-evm = "Image fitImage"
>   KERNEL_IMAGETYPES_j7-hs-evm = "Image fitImage"
>   KERNEL_IMAGETYPES_j7200-hs-evm = "Image fitImage"
> +KERNEL_IMAGETYPES_j721s2-hs-evm = "Image fitImage"
>   


The master branch seems to do things differently, this is only for
dunfell, on master you'll need KERNEL_CLASSES also. Anyway,

Acked-by: Andrew Davis <afd@ti.com>


>   KERNEL_IMAGETYPES_k2e-hs-evm = "zImage fitImage"
>   INITRAMFS_IMAGE_k2e-hs-evm = "k2-fw-initrd"

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index eb380c63..0e2f7ef1 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -55,6 +55,7 @@  KERNEL_IMAGETYPES_am65xx-hs-evm = "Image fitImage"
 KERNEL_IMAGETYPES_am64xx-hs-evm = "Image fitImage"
 KERNEL_IMAGETYPES_j7-hs-evm = "Image fitImage"
 KERNEL_IMAGETYPES_j7200-hs-evm = "Image fitImage"
+KERNEL_IMAGETYPES_j721s2-hs-evm = "Image fitImage"
 
 KERNEL_IMAGETYPES_k2e-hs-evm = "zImage fitImage"
 INITRAMFS_IMAGE_k2e-hs-evm = "k2-fw-initrd"