Re: [PATCH] arm: mach-omap2: Move common image process functions out of board files

2022-12-12 Thread Tom Rini
On Thu, Oct 20, 2022 at 12:12:19PM -0500, Andrew Davis wrote: > 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-of

Re: [PATCH] arm: mach-omap2: Move common image process functions out of board files

2022-10-21 Thread Tom Rini
On Thu, Oct 20, 2022 at 12:12:19PM -0500, Andrew Davis wrote: > 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-of

[PATCH] arm: mach-omap2: Move common image process functions out of board files

2022-10-20 Thread Andrew Davis
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 --- arch/arm/mach-omap2/boot-common.c | 16 +