fit: Allow external data for FDTs
authorJohn Keeping <john@metanate.com>
Fri, 25 Jun 2021 16:58:04 +0000 (17:58 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jul 2021 11:13:25 +0000 (07:13 -0400)
commit650bf008e57a98cd6fa89839d48561dfdc5c51e7
treebcb9e0fefd66e5fb5944fc3745cef856bc722071
parent7cb31e399e46a74d1d46e8b64598d86018fa4e0b
fit: Allow external data for FDTs

Switch to fit_image_get_data_and_size() for consistency with all other
data loaded from FIT.

Signed-off-by: John Keeping <john@metanate.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image-fit.c