spl: Drop a duplicate variable in boot_from_devices()
authorSimon Glass <sjg@chromium.org>
Thu, 19 Dec 2024 18:29:01 +0000 (11:29 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 27 Dec 2024 21:16:10 +0000 (15:16 -0600)
commit03b94635d8c6c913b83cb029c1f9d894f0fed072
treef530764a90da13b1aa69abefcf73a8989dcb31e8
parent7a585b9d6a30e4122f9944b792f4da8ba5196d86
spl: Drop a duplicate variable in boot_from_devices()

The variable 'ret' is defined twice, which is not intended. This may
have been a local merge error.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 2eefeb6d893 ("spl: Report a loader failure")
common/spl/spl.c