]> git.baikalelectronics.ru Git - uboot.git/commit
drivers: board: Add get_fit_loadable()
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Tue, 22 Oct 2019 14:39:19 +0000 (16:39 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 7 Jan 2020 16:13:24 +0000 (11:13 -0500)
commit4e6aa6534f3c3583c6a0679cb7030380d2a45ad8
treed6e3d9b5eda9f681d47227363bbc6e10dfd6f4e5
parentb0d8460272c7c52bf858fec4e21a22e2e8a78757
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>
drivers/board/board-uclass.c
include/board.h