Re: [PATCH v4 6/8] tool: use ALIGN() to align the size

2020-04-24 Thread Tom Rini
On Mon, Mar 30, 2020 at 11:56:22AM +0800, Kever Yang wrote: > Use the ALIGN() for size align so that the code is more readable. > > Signed-off-by: Kever Yang > Reviewed-by: Punit Agrawal > Reviewed-by: Tom Rini > Reviewed-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom s

[PATCH v4 6/8] tool: use ALIGN() to align the size

2020-03-29 Thread Kever Yang
Use the ALIGN() for size align so that the code is more readable. Signed-off-by: Kever Yang Reviewed-by: Punit Agrawal Reviewed-by: Tom Rini Reviewed-by: Heinrich Schuchardt --- Changes in v4: None Changes in v3: None Changes in v2: None tools/fit_image.c| 2 +- tools/socfpgaimage.c | 2