]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Move the full FIT code to spl_fit.c
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:34 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commit035ab46e3930c8142cae881e08923043632faa51
tree01e274186eab17435c40b330569c7da40dc4f85a
parentd7c232e6b578940acdf541cd7f88857f1fd1808a
spl: Move the full FIT code to spl_fit.c

For some reason this code was put in the main spl.c file. Move it out
to the FIT implementation where it belongs.

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