]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms
authorKshitiz Varshney <kshitiz.varshney@nxp.com>
Thu, 22 Jun 2023 09:24:45 +0000 (11:24 +0200)
committerPeng Fan <peng.fan@nxp.com>
Thu, 6 Jul 2023 05:04:56 +0000 (13:04 +0800)
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@nxp.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Gaurav Jain <gaurav.jain@nxp.com>
arch/Kconfig.nxp

index e75226bc434c41a764ef8484fa4d9248322ba048..5a8c382ed753abe2ccd0b08ff2f4a60b0fbb651f 100644 (file)
@@ -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.