]> git.baikalelectronics.ru Git - uboot.git/commit
tools: mkimage: use common ALIGN to do the size align
authorKever Yang <kever.yang@rock-chips.com>
Mon, 30 Mar 2020 03:56:19 +0000 (11:56 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 14:10:00 +0000 (10:10 -0400)
commitdde50b2068fac5422007a7b71958a8d655dca48a
tree30f249b0cc87528d36a80d357cdcb167c9b09e1a
parent5bcff582dd5c42c91711a928e59b998d128b1418
tools: mkimage: use common ALIGN to do the size align

The ALIGN() is now available at imagetool.h, migrate to use it.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Punit Agrawal <punit1.agrawal@toshiba.co.jp>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/mkimage.c