]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/boot_fit.h
board: rockchip: add Theobroma-Systems RK3588 Jaguar SBC
[thirdparty/u-boot.git] / include / boot_fit.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
92926bc8
CJF
2/*
3 * Copyright (C) 2017 Texas Instruments
4 * Written by Franklin Cooper Jr. <fcooper@ti.com>
92926bc8
CJF
5 */
6
906a9dbb
JJH
7/**
8 * locate_dtb_in_fit - Find a DTB matching the board in a FIT image
9 * @fit: pointer to the FIT image
10 *
185f812c 11 * Return: a pointer to a matching DTB blob if found, NULL otherwise
906a9dbb
JJH
12 */
13void *locate_dtb_in_fit(const void *fit);