Re: [PATCH v3 4/8] tools: kwbimage: use common ALIGN to do the size align

2020-03-27 Thread Tom Rini
On Thu, Mar 26, 2020 at 06:09:12PM +0800, Kever Yang wrote: > The ALIGN() is now available at imagetool.h, migrate to use it. > > Signed-off-by: Kever Yang Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v3 4/8] tools: kwbimage: use common ALIGN to do the size align

2020-03-26 Thread Stefan Roese
On 26.03.20 11:09, Kever Yang wrote: The ALIGN() is now available at imagetool.h, migrate to use it. Signed-off-by: Kever Yang Reviewed-by: Stefan Roese Thanks, Stefan --- Changes in v3: None Changes in v2: None tools/kwbimage.c | 8 tools/kwbimage.h | 2 -- 2 files changed

[PATCH v3 4/8] tools: kwbimage: use common ALIGN to do the size align

2020-03-26 Thread Kever Yang
The ALIGN() is now available at imagetool.h, migrate to use it. Signed-off-by: Kever Yang --- Changes in v3: None Changes in v2: None tools/kwbimage.c | 8 tools/kwbimage.h | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/tools/kwbimage.c b/tools/kwbimage.c index