boot: Rename fit_image_get_data()
authorSimon Glass <sjg@chromium.org>
Sat, 11 Jan 2025 00:00:12 +0000 (17:00 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 21:58:04 +0000 (15:58 -0600)
commitdc39ce8d90770a9abf9d464f7d29624361173c78
treea9dfb042c5ccf62ece75a278e49b7662032172b1
parent957869414077efa66ca866e9fcced34ec9678a38
boot: Rename fit_image_get_data()

This function can only be used with FITs that use embedded data. Rename
it so this is clear.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
arch/arm/cpu/armv8/sec_firmware.c
arch/arm/mach-k3/r5/sysfw-loader.c
arch/x86/lib/bootm.c
boot/image-fit.c
common/spl/spl_fit.c
common/splash_source.c
common/update.c
include/image.h
tools/image-host.c