]> git.ipfire.org Git - people/ms/u-boot.git/commit
board: am33xx-hs: Allow post-processing of FIT image on AM33xx
authorAndrew F. Davis <afd@ti.com>
Tue, 30 Aug 2016 19:06:24 +0000 (14:06 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 2 Oct 2016 12:10:01 +0000 (08:10 -0400)
commitb0a4eea1a0d63a5debc132ff579590c057262339
treecab3ccf6b2f9d99e466e5c3991a75869a2a62650
parent7e5a0bfbd23584e31e490871931378e647ad827b
board: am33xx-hs: Allow post-processing of FIT image on AM33xx

When CONFIG_FIT_IMAGE_POST_PROCESS or CONFIG_SPL_FIT_IMAGE_POST_PROCESS
is enabled board_fit_image_post_process will be called, add this
function to am33xx boards when CONFIG_TI_SECURE_DEVICE is set to
verify the loaded image.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Lokesh Vutla <lokeshvutla@ti.com>
board/ti/am335x/board.c