Re: [PATCH v3 2/8] tool: aisimage: use ALIGN instead of self defiend macro

2020-03-27 Thread Tom Rini
On Thu, Mar 26, 2020 at 06:09:10PM +0800, Kever Yang wrote: > The ALIGN() is available at imagetool.h, no need to self define one. > > Signed-off-by: Kever Yang Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH v3 2/8] tool: aisimage: use ALIGN instead of self defiend macro

2020-03-26 Thread Kever Yang
The ALIGN() is available at imagetool.h, no need to self define one. Signed-off-by: Kever Yang --- Changes in v3: None Changes in v2: None tools/aisimage.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/aisimage.c b/tools/aisimage.c index 4cd76ab843..b8b3ee32