aboutsummaryrefslogtreecommitdiff
path: root/include/remoteproc.h
diff options
context:
space:
mode:
authorJean-Jacques Hiblot2019-10-22 16:39:22 +0200
committerTom Rini2020-01-07 11:13:25 -0500
commit152781d4641e0e4c37b3a32f699cf99aeec877c8 (patch)
tree4ad8fb97d0fa333e031ae43ac8d7cfd70da63b74 /include/remoteproc.h
parent557bc97fe8093506673985d3afcb66d64ee43c2c (diff)
spl: fit: Allow the board to tell if more images must be loaded from FIT
spl_fit_get_image_name() is used to get the names of the images that the SPL must load from the FIT. It relies on the content of a property present in the FIT. The list of images is thus statically defined in the FIT. With this scheme, it quickly becomes hard to manage combinations of more than a handful of images. To address this problem, give the board driver code the opportunity to add to the list of images. The images from the FIT property are loaded first, and then the board_get_fit_loadable() is called to get more image names. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/remoteproc.h')
0 files changed, 0 insertions, 0 deletions