]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spl: Remove dev from spl_load_info
authorSean Anderson <seanga2@gmail.com>
Wed, 8 Nov 2023 16:48:38 +0000 (11:48 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 18:49:13 +0000 (13:49 -0500)
commit0c6c83e6a2608421d992781bdbd33a12fa31c10d
tree051f072b07e64232c435fc2a3fa43da473e7be49
parentfeaeb8fa6f949dd76d455a91793a859382678a72
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>
common/spl/spl_mmc.c
common/spl/spl_spi.c
drivers/usb/gadget/f_sdp.c
include/spl.h