Re: [PATCH 09/24] image: Add a function to find a script in an image

2022-10-19 Thread Simon Glass
Hi Heinrich, On Mon, 17 Oct 2022 at 16:10, Heinrich Schuchardt wrote: > > On 10/17/22 22:29, Simon Glass wrote: > > Split this functionality out of the 'source' command so it can be used > > from another place. > > It is not obvious how this relates to changing the series. > > Please, provide a d

Re: [PATCH 09/24] image: Add a function to find a script in an image

2022-10-17 Thread Heinrich Schuchardt
On 10/17/22 22:29, Simon Glass wrote: Split this functionality out of the 'source' command so it can be used from another place. It is not obvious how this relates to changing the series. Please, provide a description of the future use of the extracted library function. Signed-off-by: Simon

[PATCH 09/24] image: Add a function to find a script in an image

2022-10-17 Thread Simon Glass
Split this functionality out of the 'source' command so it can be used from another place. Signed-off-by: Simon Glass --- cmd/source.c| 173 ++-- include/image.h | 13 2 files changed, 107 insertions(+), 79 deletions(-) diff --git a/cmd/sou