commit | 9cce28b02e986113e1992a7d40d1823c25fb73b6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:55:01 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 23 15:58:41 2024 -0600 |
tree | cbdfbb72433c5bce3d3f86834940868b3ec3b7ce | |
parent | 1842283c663b0ffd5c12819413e519d67e0758a1 [diff] |
spl: Use unified inline functions for spl_load_info Rather than declaring completely separate functions, put the code for each case into the same function. This makes it easier to read. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>