blob: 092cfb0b7fbe6048cf04a0c5715bc2dba36794f0 [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 *
Heinrich Schuchardt185f8122022-01-19 18:05:50 +010011 * Return: a pointer to a matching DTB blob if found, NULL otherwise
Jean-Jacques Hiblot906a9db2017-09-15 12:57:25 +020012 */
13void *locate_dtb_in_fit(const void *fit);