Re: [PATCH v3 5/9] spl: Convert net to spl_load

2022-05-06 Thread Tom Rini
On Thu, May 05, 2022 at 04:16:51PM -0400, Sean Anderson 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 > Reviewed-by: Stefan Roese Given my previous hardware problems testing SPI

[PATCH v3 5/9] spl: Convert net to spl_load

2022-05-05 Thread Sean Anderson
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 Reviewed-by: Stefan Roese --- (no changes since v1) common/spl/spl_net.c | 24 +--- 1 file changed, 5 insertions(+), 19 delet