xref: /openbmc/u-boot/include/boot_fit.h (revision e8f80a5a)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
292926bc8SCooper Jr., Franklin /*
392926bc8SCooper Jr., Franklin  * Copyright (C) 2017 Texas Instruments
492926bc8SCooper Jr., Franklin  * Written by Franklin Cooper Jr. <fcooper@ti.com>
592926bc8SCooper Jr., Franklin  */
692926bc8SCooper Jr., Franklin 
7906a9dbbSJean-Jacques Hiblot /**
8906a9dbbSJean-Jacques Hiblot  * locate_dtb_in_fit - Find a DTB matching the board in a FIT image
9906a9dbbSJean-Jacques Hiblot  * @fit:	pointer to the FIT image
10906a9dbbSJean-Jacques Hiblot  *
11906a9dbbSJean-Jacques Hiblot  * @return a pointer to a matching DTB blob if found, NULL otherwise
12906a9dbbSJean-Jacques Hiblot  */
13906a9dbbSJean-Jacques Hiblot void *locate_dtb_in_fit(const void *fit);
14