u-boot/arch
Andrew Davis 1eaffe3958 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>
2022-12-12 14:03:11 -05:00
..
arc global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* 2022-12-05 16:06:07 -05:00
arm arm: mach-omap2: Move common image process functions out of board files 2022-12-12 14:03:11 -05:00
m68k m68k: Rename CONFIG_WATCHDOG_TIMEOUT to CONFIG_WATCHDOG_TIMEOUT_MSECS 2022-12-05 18:16:43 -05:00
microblaze Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE 2022-10-31 11:01:31 -04:00
mips global: Remove extraneous DM_ETH imply/select 2022-12-07 16:04:16 -05:00
nios2 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* 2022-12-05 16:06:07 -05:00
powerpc net: tsec: Remove non-DM_ETH support code 2022-12-07 16:04:16 -05:00
riscv riscv: clarify meaning of CONFIG_SBI_V02 2022-11-15 15:37:17 +08:00
sandbox sandbox: Rework how SDL is enabled / disabled 2022-12-05 16:11:50 -05:00
sh global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
x86 x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabled 2022-12-09 14:10:28 -05:00
xtensa global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
.gitignore
Kconfig global: Remove extraneous DM_ETH imply/select 2022-12-07 16:04:16 -05:00
Kconfig.nxp Convert CONFIG_SYS_PMAN et al to Kconfig 2022-12-05 16:06:07 -05:00
u-boot-elf.lds