commit | 3dc2079733bba47ad1b72041010edab328bdcef6 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Wed Jan 20 10:46:51 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 17 19:46:42 2021 -0500 |
tree | e9583a71b1902dfc853176afcf2a6f849a2f3d06 | |
parent | 917fa369f6fbdc2011e500fbeea0e07ba70af9c3 [diff] |
spl: fit: Pass FIT context via a structure pointer 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@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>