commit | 205ff7b85240f19f16305433e2748ef9b95e32c2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:33 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | c663765ff3e9981c04cdbed7346be34a2dc4779e | |
parent | b4c22cf5620fa2febb8bc307c5f04bc3313033ba [diff] |
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>