]> Git Repo - u-boot.git/commit
drivers: board: Add get_fit_loadable()
authorJean-Jacques Hiblot <[email protected]>
Tue, 22 Oct 2019 14:39:19 +0000 (16:39 +0200)
committerTom Rini <[email protected]>
Tue, 7 Jan 2020 16:13:24 +0000 (11:13 -0500)
commitd42730e8c67a0955c2f8236157b4723c585b9d24
treed6e3d9b5eda9f681d47227363bbc6e10dfd6f4e5
parent8c86f96d209837345200495048b4503cb02f6599
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/board/board-uclass.c
include/board.h
This page took 0.031698 seconds and 4 git commands to generate.