Re: [RFC PATCH 7/7] spl: Convert spi to spl_load

2022-04-05 Thread Stefan Roese
On 4/1/22 21:04, Sean Anderson wrote: This converts the spi load method to use spl_load. As a consequence, it also adds support for LOAD_FIT_FULL. Signed-off-by: Sean Anderson Reviewed-by: Stefan Roese Thanks, Stefan --- common/spl/spl_spi.c | 48 +++

[RFC PATCH 7/7] spl: Convert spi to spl_load

2022-04-01 Thread Sean Anderson
This converts the spi load method to use spl_load. As a consequence, it also adds support for LOAD_FIT_FULL. Signed-off-by: Sean Anderson --- common/spl/spl_spi.c | 48 +++- 1 file changed, 7 insertions(+), 41 deletions(-) diff --git a/common/spl/spl_spi