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

2023-06-29 Thread Gaurav Jain
Vabhav Sharma > ; Sahil Malhotra ; Ye Li > ; Tom Rini ; Kshitiz Varshney > > 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 E

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

2023-06-25 Thread Gaurav Jain
umar > Yadav ; Vabhav Sharma > ; Sahil Malhotra ; Ye Li > ; Tom Rini ; Kshitiz Varshney > > 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, du

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

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

2023-06-22 Thread Kshitiz Varshney
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 --- arch/Kconfig.nxp | 2 +- 1 file changed, 1 inser