blob: f75fed66bc2928658712d07341e032ede4c401ab [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Cooper Jr., Franklin92926bc2017-06-16 17:25:06 -05002/*
3 * Copyright (C) 2017 Texas Instruments
4 * Written by Franklin Cooper Jr. <fcooper@ti.com>
Cooper Jr., Franklin92926bc2017-06-16 17:25:06 -05005 */
6
Jean-Jacques Hiblot906a9db2017-09-15 12:57:25 +02007/**
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 */
13void *locate_dtb_in_fit(const void *fit);