Re: [U-Boot] [PATCH PATCH v6 10/13] drivers: board: Add get_fit_loadable()

2020-01-08 Thread Tom Rini
On Tue, Oct 22, 2019 at 04:39:19PM +0200, Jean-Jacques Hiblot 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 > Reviewed-by: Simon Glass

[U-Boot] [PATCH PATCH v6 10/13] drivers: board: Add get_fit_loadable()

2019-10-22 Thread Jean-Jacques Hiblot
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 --- Changes in v6: None Changes in v5: - board_get_fit_loadable() returns an error code instead of a