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