]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commitfcf75435c8fd443547f5d4192d1cf70fb8a84034
tree349c1ed081b9d320faf2349f57d4ccefe7fed731
parent44231a24d4fb3d85e8668a3cfe734419c0207f43
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@nxp.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Gaurav Jain <gaurav.jain@nxp.com>
arch/Kconfig.nxp