Re: [PATCH 1/8] image: Fix script execution from FIT images with external data

2023-02-01 Thread Simon Glass
On Wed, 1 Feb 2023 at 11:10, Tobias Waldekranz wrote: > > Update the script loading code to recognize when script data is stored > externally from the FIT metadata (i.e., built with `mkimage -E`). > > Signed-off-by: Tobias Waldekranz > --- > boot/image-board.c | 3 ++- > 1 file changed, 2 insert

[PATCH 1/8] image: Fix script execution from FIT images with external data

2023-02-01 Thread Tobias Waldekranz
Update the script loading code to recognize when script data is stored externally from the FIT metadata (i.e., built with `mkimage -E`). Signed-off-by: Tobias Waldekranz --- boot/image-board.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boot/image-board.c b/boot/image-b