]> Git Repo - J-u-boot.git/blame - include/boot_fit.h
Merge git://git.denx.de/u-boot-video
[J-u-boot.git] / include / boot_fit.h
CommitLineData
92926bc8
CJF
1/*
2 * Copyright (C) 2017 Texas Instruments
3 * Written by Franklin Cooper Jr. <[email protected]>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
906a9dbb
JJH
8/**
9 * locate_dtb_in_fit - Find a DTB matching the board in a FIT image
10 * @fit: pointer to the FIT image
11 *
12 * @return a pointer to a matching DTB blob if found, NULL otherwise
13 */
14void *locate_dtb_in_fit(const void *fit);
This page took 0.068221 seconds and 4 git commands to generate.