diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2021-01-20 10:46:51 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-17 19:46:42 -0500 |
commit | 3dc2079733bba47ad1b72041010edab328bdcef6 (patch) | |
tree | e9583a71b1902dfc853176afcf2a6f849a2f3d06 /drivers/ddr | |
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>
Diffstat (limited to 'drivers/ddr')
0 files changed, 0 insertions, 0 deletions