commit | 93d1557207d8bbc19e46f692f697a4727a3fb3f3 | [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 | 23243c95aeb3dc31d5f094bf9869d95756cd71dd [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>