Re: [U-Boot] [PATCH] mkimage: fit_image: Use macros from image.h

2018-07-23 Thread Simon Glass
On 20 July 2018 at 04:31, Michal Simek wrote: > There is no reason not to use macros which are already defined. > It is also much easier for grepping. > > Signed-off-by: Michal Simek > --- > > tools/fit_image.c | 53 + > 1 file changed, 29 inse

[U-Boot] [PATCH] mkimage: fit_image: Use macros from image.h

2018-07-20 Thread Michal Simek
There is no reason not to use macros which are already defined. It is also much easier for grepping. Signed-off-by: Michal Simek --- tools/fit_image.c | 53 + 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/tools/fit_image.c b/