[PATCH v6 19/25] spl: Convert net to spl_load
Simon Glass
sjg at chromium.org
Wed Nov 8 05:24:05 CET 2023
On Sun, 5 Nov 2023 at 19:26, Sean Anderson <seanga2 at gmail.com> wrote:
>
> This converts the net load method to use spl_load. As a result, it also
> adds support for LOAD_FIT_FULL and IMX images.
>
> Signed-off-by: Sean Anderson <seanga2 at gmail.com>
> ---
>
> Changes in v6:
> - Explicitly initialize load_info members
>
> Changes in v5:
> - Rework to load header in spl_load
>
> common/spl/spl_net.c | 29 +++++------------------------
> include/spl_load.h | 1 +
> test/image/spl_load_net.c | 2 ++
> 3 files changed, 8 insertions(+), 24 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list