Re: [PATCHv3 1/2] image: cleanup pre-processor usage

2021-01-06 Thread Tom Rini
On Mon, Jan 04, 2021 at 08:48:03PM +0100, Sebastian Reichel wrote: > Replace most #ifdef checks for USE_HOSTCC and CONFIG_* > with normal if instructions. > > Reviewed-by: Simon Glass > Signed-off-by: Sebastian Reichel Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

[PATCHv3 1/2] image: cleanup pre-processor usage

2021-01-04 Thread Sebastian Reichel
Replace most #ifdef checks for USE_HOSTCC and CONFIG_* with normal if instructions. Reviewed-by: Simon Glass Signed-off-by: Sebastian Reichel --- common/image-fit.c | 46 -- include/image.h| 4 2 files changed, 24 insertions(+), 26 deletions