i.MX93 boards load barebox proper in the PBL. In a verified boot scenario this binary must be verified before executing it, so enable PBL_VERIFY_PIGGY when INSECURE is disabled. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/mach-imx/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 424c7d71a6..239ad674b5 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -190,6 +190,7 @@ config ARCH_IMX93 select PINCTRL_IMX_IOMUX_V3 select COMMON_CLK_OF_PROVIDER select ARCH_HAS_FEC_IMX + select PBL_VERIFY_PIGGY if !INSECURE config ARCH_VF610 bool -- 2.39.5