]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Rename spl_load_fit_image() to load_simple_fit()
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:33 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commitd7c232e6b578940acdf541cd7f88857f1fd1808a
treec663765ff3e9981c04cdbed7346be34a2dc4779e
parent17ba50106efe04ca5249ce33a8ef8374b584ee8d
spl: Rename spl_load_fit_image() to load_simple_fit()

We have two functions called spl_load_fit_image(), one in spl.c and one in
spl_fit.c

Rename the second one, to indicate that it relates to simple FIT parsing,
rather than the full version.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl_fit.c