boot_fit.h 363 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2017 Texas Instruments
  4. * Written by Franklin Cooper Jr. <fcooper@ti.com>
  5. */
  6. /**
  7. * locate_dtb_in_fit - Find a DTB matching the board in a FIT image
  8. * @fit: pointer to the FIT image
  9. *
  10. * @return a pointer to a matching DTB blob if found, NULL otherwise
  11. */
  12. void *locate_dtb_in_fit(const void *fit);