Re: [PATCHv2 2/5] image: cleanup pre-processor usage

2020-12-18 Thread Simon Glass
Hi Sebastian, On Mon, 14 Dec 2020 at 16:42, Sebastian Reichel wrote: > > Replace most #ifdef checks for USE_HOSTCC and CONFIG_* > with normal if instructions. > > Signed-off-by: Sebastian Reichel > --- > common/image-fit.c | 193 + > include/image.h

[PATCHv2 2/5] image: cleanup pre-processor usage

2020-12-14 Thread Sebastian Reichel
Replace most #ifdef checks for USE_HOSTCC and CONFIG_* with normal if instructions. Signed-off-by: Sebastian Reichel --- common/image-fit.c | 193 + include/image.h| 4 + 2 files changed, 96 insertions(+), 101 deletions(-) diff --git a/common/im