common: fit: Update board_fit_image_post_process() to pass fit and node_offset
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 11 Jun 2021 08:45:05 +0000 (11:45 +0300)
committerLokesh Vutla <lokeshvutla@ti.com>
Fri, 11 Jun 2021 11:04:52 +0000 (16:34 +0530)
commit481d394e77915201e4ecc2d98e9cc2fbc3224991
treee70d92237caeb8a26ccaae28cd2702aea53e4290
parent25805b6f0cf29cbb8db15ae2f0d4801c2f349985
common: fit: Update board_fit_image_post_process() to pass fit and node_offset

board_fit_image_post_process() passes only start and size of the image,
but type of the image is not passed. So pass fit and node_offset, to
derive information about image to be processed.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Tero Kristo <kristo@kernel.org>
arch/arm/mach-k3/security.c
arch/arm/mach-keystone/mon.c
arch/arm/mach-socfpga/board.c
board/ti/am335x/board.c
board/ti/am43xx/board.c
board/ti/am57xx/board.c
board/ti/dra7xx/evm.c
common/image-fit.c
common/spl/spl_fit.c
include/image.h