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

2023-06-29 Thread Gaurav Jain
Reviewed-by: Gaurav Jain > -Original Message- > From: Kshitiz Varshney > Sent: Thursday, June 22, 2023 2:55 PM > To: u-boot@lists.denx.de > Cc: Stefano Babic ; Fabio Estevam ; > Peng Fan ; Pankaj Gupta ; Varun > Sethi ; Gaurav Jain ; Rahul Kumar > Yadav ; Vabhav Sharma > ; Sahil Malhotra

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

2023-06-25 Thread Gaurav Jain
Please remove the jira id. Regards Gaurav Jain > -Original Message- > From: Kshitiz Varshney > Sent: Thursday, June 22, 2023 2:55 PM > To: u-boot@lists.denx.de > Cc: Stefano Babic ; Fabio Estevam ; > Peng Fan ; Pankaj Gupta ; Varun > Sethi ; Gaurav Jain ; Rahul Kumar > Yadav ; Vabhav Sha

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

2023-06-25 Thread Peng Fan
On 6/22/2023 5:24 PM, Kshitiz Varshney wrote: 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 A