]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitad535f9f67ebd1df99f7cbe01c7914ebe9a17dbb
treee70d92237caeb8a26ccaae28cd2702aea53e4290
parent10e03f2413143e9de09bf96514dd034cf8d5c7e4
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