commit | 0ab5e027045f78973b7b7d52a71a89a707398f9f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 19:43:32 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 08 15:53:27 2021 -0400 |
tree | 956d97aeccafa093f76373d380a82cf2e3c20dcd | |
parent | 1eccbb16a2c0427488d91e169572c3c397c4c1d5 [diff] |
image: Tidy up fit_unsupported_reset() This function is only used in one place and does not need to use the preprocessor. Move it to the C file and convert it to a normal function. Drop fit_unsupported() since it is not used. Signed-off-by: Simon Glass <sjg@chromium.org>