commit | 0c6c83e6a2608421d992781bdbd33a12fa31c10d | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Nov 08 11:48:38 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 13:49:13 2023 -0500 |
tree | 051f072b07e64232c435fc2a3fa43da473e7be49 | |
parent | feaeb8fa6f949dd76d455a91793a859382678a72 [diff] |
spl: Remove dev from spl_load_info dev and priv serve the same purpose, and are never set at the same time. Remove dev and convert all users to priv. While we're at it, reorder bl_len to be last for better alignment. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>