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

2022-04-05 Thread Stefan Roese
On 4/1/22 21:04, Sean Anderson wrote: This converts the fat loader to use spl_load. Signed-off-by: Sean Anderson Reviewed-by: Stefan Roese Thanks, Stefan --- common/spl/spl_fat.c | 36 ++-- 1 file changed, 6 insertions(+), 30 deletions(-) diff --git

[RFC PATCH 3/7] spl: Convert fat to spl_load

2022-04-01 Thread Sean Anderson
This converts the fat loader to use spl_load. Signed-off-by: Sean Anderson --- common/spl/spl_fat.c | 36 ++-- 1 file changed, 6 insertions(+), 30 deletions(-) diff --git a/common/spl/spl_fat.c b/common/spl/spl_fat.c index 5b270541fc..c092eb3481 100644 ---