Re: [RFC PATCH 2/7] spl: Convert ext to use spl_load

2022-04-05 Thread Stefan Roese
On 4/1/22 21:04, Sean Anderson wrote: This converts the ext load method to use spl_load. As a consequence, it also adds support for FIT and IMX images. Signed-off-by: Sean Anderson Reviewed-by: Stefan Roese Thanks, Stefan --- common/spl/spl_ext.c | 24 +--- 1 file

[RFC PATCH 2/7] spl: Convert ext to use spl_load

2022-04-01 Thread Sean Anderson
This converts the ext load method to use spl_load. As a consequence, it also adds support for FIT and IMX images. Signed-off-by: Sean Anderson --- common/spl/spl_ext.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/common/spl/spl_ext.c b/common/spl