]> Git Repo - J-u-boot.git/blob - include/boot_fit.h
env: Use static_assert() to check if default_environment is too large
[J-u-boot.git] / include / boot_fit.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017 Texas Instruments
4  * Written by Franklin Cooper Jr. <[email protected]>
5  */
6
7 /**
8  * locate_dtb_in_fit - Find a DTB matching the board in a FIT image
9  * @fit:        pointer to the FIT image
10  *
11  * @return a pointer to a matching DTB blob if found, NULL otherwise
12  */
13 void *locate_dtb_in_fit(const void *fit);
This page took 0.02698 seconds and 4 git commands to generate.