Re: [PATCH v3 5/8] tools: imx8mimage: remove redundant code

2020-03-27 Thread Tom Rini
On Thu, Mar 26, 2020 at 06:09:13PM +0800, Kever Yang wrote: > The align for fit_size has been done twice, remove the first one for it > does not make any sense. > > Signed-off-by: Kever Yang Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH v3 5/8] tools: imx8mimage: remove redundant code

2020-03-26 Thread Kever Yang
The align for fit_size has been done twice, remove the first one for it does not make any sense. Signed-off-by: Kever Yang --- Changes in v3: None Changes in v2: None tools/imx8mimage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/imx8mimage.c b/tools/imx8mimage.c index 7defb13962.