commit | e8066863db4478c048605067655dccc1fb36e545 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:55:02 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 23 15:58:42 2024 -0600 |
tree | 62818649b8a5605cefe4795c0fb4a24b8a087e39 | |
parent | 9cce28b02e986113e1992a7d40d1823c25fb73b6 [diff] |
spl: Create a function to init spl_load_info Rather than having every caller set this up individually, create a common init function. This allows new fields to be added without the risk of them being left uninited. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>