commit | 50a1ed4335045c57d9073a3fcd265edd89da924a | [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 | 2a00d73d081a14e7c2ecf23794b6d029268d8ca3 [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>