]> git.sur5r.net Git - u-boot/commitdiff
ARM: AM43xx: Enable post-processing of FIT artifacts loaded by U-Boot
authorAndreas Dannenberg <dannenberg@ti.com>
Wed, 24 Aug 2016 19:32:16 +0000 (14:32 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 6 Sep 2016 17:41:39 +0000 (13:41 -0400)
Enable the platform-specific post-processing of FIT-extracted blobs such
as Kernel, DTB, and initramfs on TI AM43xx high-security (HS) devices
which will ultimately invoke a ROM-based API call that performs secure
processing such as blob authentication.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
configs/am43xx_hs_evm_defconfig

index 1553196a1f979cf4bb0741865fa8b19df13e78a8..55ae2fd691e745cf1e8e744b6e5d170ae6ab82f8 100644 (file)
@@ -14,6 +14,7 @@ CONFIG_FIT=y
 CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1, NAND"
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
+CONFIG_FIT_IMAGE_POST_PROCESS=y
 CONFIG_HUSH_PARSER=y
 CONFIG_CMD_BOOTZ=y
 # CONFIG_CMD_IMLS is not set