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

Simon Glass sjg at chromium.org
Mon Dec 30 02:21:30 CET 2019


On Tue, 22 Oct 2019 at 08:40, Jean-Jacques Hiblot <jjhiblot at 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 at 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 at chromium.org>


More information about the U-Boot mailing list