
30 Dec
2019
30 Dec
'19
2:21 a.m.
On Tue, 22 Oct 2019 at 08:40, Jean-Jacques Hiblot jjhiblot@ti.com wrote:
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
Changes in v6: None Changes in v5:
- board_get_fit_loadable() returns an error code instead of a NULL string in case of failure
Changes in v4: None Changes in v3: None Changes in v2: None
drivers/board/board-uclass.c | 11 +++++++++++ include/board.h | 37 ++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org