Re: [PATCH v6 20/25] spl: Convert nor to spl_load

2023-11-07 Thread Simon Glass
On Sun, 5 Nov 2023 at 19:26, Sean Anderson wrote: > > This converts the nor load method to use spl_load. As a result it also > adds support for LOAD_FIT_FULL. Since this is the last caller of > spl_load_legacy_img, it has been removed. > > We can't load FITs with external data with

[PATCH v6 20/25] spl: Convert nor to spl_load

2023-11-05 Thread Sean Anderson
This converts the nor load method to use spl_load. As a result it also adds support for LOAD_FIT_FULL. Since this is the last caller of spl_load_legacy_img, it has been removed. We can't load FITs with external data with SPL_LOAD_FIT_FULL, so disable the test in that case. No boards enable