blob: e16ae5bafae6482890f689fe141764a4da0ba1f8 [file] [log] [blame]
Cooper Jr., Franklin92926bc2017-06-16 17:25:06 -05001/*
2 * Copyright (C) 2017 Texas Instruments
3 * Written by Franklin Cooper Jr. <fcooper@ti.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
Jean-Jacques Hiblot906a9db2017-09-15 12:57:25 +02008/**
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);