commit | d42730e8c67a0955c2f8236157b4723c585b9d24 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Oct 22 16:39:19 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 07 11:13:24 2020 -0500 |
tree | d6e3d9b5eda9f681d47227363bbc6e10dfd6f4e5 | |
parent | 8c86f96d209837345200495048b4503cb02f6599 [diff] |
drivers: board: Add get_fit_loadable() This function will be used by the SPL to get the names of images to load from the FIT. This allows to load different images based on runtime HW detection. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>