From: Kshitiz Varshney Date: Thu, 22 Jun 2023 09:24:45 +0000 (+0200) Subject: LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=fcf75435c8fd443547f5d4192d1cf70fb8a84034;p=u-boot.git 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 Acked-by: Peng Fan Reviewed-by: Gaurav Jain --- diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp index e75226bc43..5a8c382ed7 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.