[PATCH v1] LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms

Gaurav Jain gaurav.jain at nxp.com
Mon Jun 26 07:43:28 CEST 2023


Please remove the jira id.

Regards
Gaurav Jain

> -----Original Message-----
> From: Kshitiz Varshney <kshitiz.varshney at nxp.com>
> Sent: Thursday, June 22, 2023 2:55 PM
> To: u-boot at lists.denx.de
> Cc: Stefano Babic <sbabic at denx.de>; Fabio Estevam <festevam at gmail.com>;
> Peng Fan <peng.fan at nxp.com>; Pankaj Gupta <pankaj.gupta at nxp.com>; Varun
> Sethi <V.Sethi at nxp.com>; Gaurav Jain <gaurav.jain at nxp.com>; Rahul Kumar
> Yadav <rahulkumar.yadav at nxp.com>; Vabhav Sharma
> <vabhav.sharma at nxp.com>; Sahil Malhotra <sahil.malhotra at nxp.com>; Ye Li
> <ye.li at nxp.com>; Tom Rini <trini at konsulko.com>; Kshitiz Varshney
> <kshitiz.varshney at nxp.com>
> Subject: [PATCH v1] LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2
> platforms
> 
> pimg64 image pointer is dependent on ESBC_ADDR_64BIT config, which is
> getting disabled, due to dependency on ESBC_HDR_LS.
> ESBC_HDR_LS is required for LS-CH3 platforms.
> So, removing the dependency on ESBC_HDR_LS.
> 
> Signed-off-by: Kshitiz Varshney <kshitiz.varshney at nxp.com>
> ---
>  arch/Kconfig.nxp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp index 6e1c44b7ea..fa9060a4db
> 100644
> --- a/arch/Kconfig.nxp
> +++ b/arch/Kconfig.nxp
> @@ -45,7 +45,7 @@ config ESBC_HDR_LS
> 
>  config ESBC_ADDR_64BIT
>  	def_bool y
> -	depends on ESBC_HDR_LS && FSL_LAYERSCAPE
> +	depends on FSL_LAYERSCAPE
>  	help
>  	  For Layerscape based platforms, ESBC image Address in Header is 64bit.
> 
> --
> 2.25.1



More information about the U-Boot mailing list