Re: [PATCH 03/14] spl: Remove some #ifdefs in spl_parse_image_header()

2024-07-21 Thread Simon Glass
Hi Sean, On Sat, 20 Jul 2024 at 16:34, Sean Anderson wrote: > > On 7/20/24 02:16, Simon Glass wrote: > > This function has a number of unnecessary #ifdefs so remove them. > > > > Signed-off-by: Simon Glass > > --- > > > > common/spl/spl.c | 22 +++--- > > 1 file changed, 11 in

Re: [PATCH 03/14] spl: Remove some #ifdefs in spl_parse_image_header()

2024-07-20 Thread Sean Anderson
On 7/20/24 02:16, Simon Glass wrote: This function has a number of unnecessary #ifdefs so remove them. Signed-off-by: Simon Glass --- common/spl/spl.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/common/spl/spl.c b/common/spl/spl.c index 6f4a8

[PATCH 03/14] spl: Remove some #ifdefs in spl_parse_image_header()

2024-07-19 Thread Simon Glass
This function has a number of unnecessary #ifdefs so remove them. Signed-off-by: Simon Glass --- common/spl/spl.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/common/spl/spl.c b/common/spl/spl.c index 6f4a8bfb3f4..02567e766f1 100644 --- a/common/s