Re: [PATCH v3 4/9] spl: Convert mmc to spl_load

2022-05-06 Thread Tom Rini
On Thu, May 05, 2022 at 04:16:50PM -0400, 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 On mx6cuboxi, pine_

[PATCH v3 4/9] spl: Convert mmc to spl_load

2022-05-05 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 Reviewed-by: Stefan Roese --- (no changes since v1) common/spl/spl_mmc.c | 73 -