commit | b3f0f83454f156ed3ff2654e4dde934bba9ed59b | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Thu Oct 20 12:12:19 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 12 14:03:11 2022 -0500 |
tree | 97c3cb3abe0735a0fe7b74acc2d738cb305c7bd2 | |
parent | f0e95970e9df0b22dd5bd4a6a7a80991c55f06ae [diff] |
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>