boot: Rename fit_image_get_data_and_size()
authorSimon Glass <sjg@chromium.org>
Sat, 11 Jan 2025 00:00:13 +0000 (17:00 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 21:58:04 +0000 (15:58 -0600)
commitc83e71064e9b85743a79978c79b01a0f2dc1e90b
treeea4e8c10c8bab6ad8fdf8a147a5e3e00a6291cbb
parentdc39ce8d90770a9abf9d464f7d29624361173c78
boot: Rename fit_image_get_data_and_size()

This function is really just getting the data. The size comes along for
the ride. In fact this function is only reliable way to obtain the data
for an image in a FIT, since the FIT may use external data.

Rename it to fit_image_get_data()

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/image-board.c
boot/image-fit.c
cmd/ximg.c
include/image.h
tools/fit_image.c