Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Cooper Jr., Franklin | 92926bc | 2017-06-16 17:25:06 -0500 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2017 Texas Instruments |
| 4 | * Written by Franklin Cooper Jr. <fcooper@ti.com> |
Cooper Jr., Franklin | 92926bc | 2017-06-16 17:25:06 -0500 | [diff] [blame] | 5 | */ |
| 6 | |
Jean-Jacques Hiblot | 906a9db | 2017-09-15 12:57:25 +0200 | [diff] [blame] | 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); |