Re: [PATCH v2 47/50] image: Remove some #ifdefs from image-fit and image-fit-sig

2021-05-15 Thread Simon Glass
Hi Alex, On Fri, 14 May 2021 at 15:50, Alex G. wrote: > > > > On 5/6/21 9:24 AM, Simon Glass wrote: > > Drop the #ifdefs which are easy to remove without refactoring. > > > > Signed-off-by: Simon Glass > > --- > > > > (no changes since v1) > > > > common/Kconfig.boot| 10 ++ > >

Re: [PATCH v2 47/50] image: Remove some #ifdefs from image-fit and image-fit-sig

2021-05-14 Thread Alex G.
On 5/6/21 9:24 AM, Simon Glass wrote: Drop the #ifdefs which are easy to remove without refactoring. Signed-off-by: Simon Glass --- (no changes since v1) common/Kconfig.boot| 10 ++ common/image-fit-sig.c | 8 ++-- common/image-fit.c | 7 --- 3 files

[PATCH v2 47/50] image: Remove some #ifdefs from image-fit and image-fit-sig

2021-05-06 Thread Simon Glass
Drop the #ifdefs which are easy to remove without refactoring. Signed-off-by: Simon Glass --- (no changes since v1) common/Kconfig.boot| 10 ++ common/image-fit-sig.c | 8 ++-- common/image-fit.c | 7 --- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git