Re: [PATCH v6 16/25] spl: Convert fat to spl_load

2023-11-08 Thread Sean Anderson
On 11/7/23 23:24, Simon Glass wrote: Hi Sean, On Sun, 5 Nov 2023 at 19:26, Sean Anderson wrote: This converts the fat loader to use spl_load. Some platforms are very tight on space, so we take care to only include the code we really need. Signed-off-by: Sean Anderson --- (no changes since

Re: [PATCH v6 16/25] spl: Convert fat to spl_load

2023-11-07 Thread Simon Glass
Hi Sean, On Sun, 5 Nov 2023 at 19:26, Sean Anderson wrote: > > This converts the fat loader to use spl_load. Some platforms are very > tight on space, so we take care to only include the code we really need. > > Signed-off-by: Sean Anderson > --- > > (no changes since v5) > > Changes in v5: > -

[PATCH v6 16/25] spl: Convert fat to spl_load

2023-11-05 Thread Sean Anderson
This converts the fat loader to use spl_load. Some platforms are very tight on space, so we take care to only include the code we really need. Signed-off-by: Sean Anderson --- (no changes since v5) Changes in v5: - Rework to load header in spl_load Changes in v3: - Fix failing on success