[PATCH 3/8] spl: fit: Pass FIT context via a structure pointer
Simon Glass
sjg at chromium.org
Sat Dec 19 03:28:59 CET 2020
On Tue, 15 Dec 2020 at 17:09, Alexandru Gagniuc <mr.nuke.me at gmail.com> wrote:
>
> Several loose arguments describe the FIT image. They are thus related,
> and it makes sense to pass them together, in a structure. Examples
> include the FIT blob pointer, offset to FDT nodes, and the offset to
> external data.
>
> Use a spl_fit_info structure to group these parameters.
>
> Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
> ---
> common/spl/spl_fit.c | 101 ++++++++++++++++++-------------------------
> 1 file changed, 43 insertions(+), 58 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list