arm: mach-omap2: Move common image process functions out of board files
authorAndrew Davis <afd@ti.com>
Thu, 20 Oct 2022 17:12:19 +0000 (12:12 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 12 Dec 2022 19:03:11 +0000 (14:03 -0500)
commit1eaffe39583a784390d579c3ca9e06b58164f4d0
tree97c3cb3abe0735a0fe7b74acc2d738cb305c7bd2
parentbc71afc3c5399c062c724f01d6ff83af72e14a42
arm: mach-omap2: Move common image process functions out of board files

The functions board_fit_image_post_process() and board_tee_image_process()
are not actually board specific (despite their names). Any board using the
OMAP2 family can use these functions. Move them to boot-common.c.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-omap2/boot-common.c
board/ti/am335x/board.c
board/ti/am43xx/board.c
board/ti/am57xx/board.c
board/ti/dra7xx/evm.c