Re: [PATCH v6 23/25] spl: Convert spi to spl_load

2023-11-07 Thread Simon Glass
On Sun, 5 Nov 2023 at 19:26, Sean Anderson wrote: > > This converts the spi load method to use spl_load. The address used for > LOAD_FIT_FULL may be different, but there are no in-tree users of that > config. Since payload_offs is only used without OS_BOOT, we defer its > initialization. > >

[PATCH v6 23/25] spl: Convert spi to spl_load

2023-11-05 Thread Sean Anderson
This converts the spi load method to use spl_load. The address used for LOAD_FIT_FULL may be different, but there are no in-tree users of that config. Since payload_offs is only used without OS_BOOT, we defer its initialization. Signed-off-by: Sean Anderson --- Changes in v6: - Fix soft reset