The AM62L family of SoCs utilize a 2 stage ROM boot which uses x509 certificates for booting securely. There is no need for processing of a fitImage. Disable it for the AM62L SoC family.
Signed-off-by: Bryan Brattlof <[email protected]> --- boot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/Kconfig b/boot/Kconfig index 8e468c561765..585718aeeb84 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -333,7 +333,7 @@ config SPL_LOAD_FIT_FULL config SPL_FIT_IMAGE_POST_PROCESS bool "Enable post-processing of FIT artifacts after loading by the SPL" depends on SPL_LOAD_FIT - default y if TI_SECURE_DEVICE + default y if (TI_SECURE_DEVICE && !SOC_K3_AM62L3) help Allows doing any sort of manipulation to blobs after they got extracted from the U-Boot FIT image like stripping off headers or modifying the -- 2.54.0
