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

2022-04-05 Thread Stefan Roese
On 4/1/22 21:04, Sean Anderson wrote: This converts the mmc loader to spl_load. Legacy images are handled by spl_load (via spl_parse_image_header), so mmc_load_legacy can be omitted. Signed-off-by: Sean Anderson Reviewed-by: Stefan Roese Thanks, Stefan --- common/spl/spl_mmc.c | 73

[RFC PATCH 4/7] spl: Convert mmc to spl_load

2022-04-01 Thread Sean Anderson
This converts the mmc loader to spl_load. Legacy images are handled by spl_load (via spl_parse_image_header), so mmc_load_legacy can be omitted. Signed-off-by: Sean Anderson --- common/spl/spl_mmc.c | 73 1 file changed, 6 insertions(+), 67