Re: [PATCH] fit: Allow external data for FDTs

2021-07-23 Thread Tom Rini
On Fri, Jun 25, 2021 at 05:58:04PM +0100, John Keeping wrote: > Switch to fit_image_get_data_and_size() for consistency with all other > data loaded from FIT. > > Signed-off-by: John Keeping > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [PATCH] fit: Allow external data for FDTs

2021-06-26 Thread Simon Glass
On Fri, 25 Jun 2021 at 10:58, John Keeping wrote: > > Switch to fit_image_get_data_and_size() for consistency with all other > data loaded from FIT. > > Signed-off-by: John Keeping > --- > common/image-fit.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass

[PATCH] fit: Allow external data for FDTs

2021-06-25 Thread John Keeping
Switch to fit_image_get_data_and_size() for consistency with all other data loaded from FIT. Signed-off-by: John Keeping --- common/image-fit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/image-fit.c b/common/image-fit.c index 94501b1071..4c5a24806d 100644 --- a/