tool: aisimage: use ALIGN instead of self defiend macro
authorKever Yang <kever.yang@rock-chips.com>
Mon, 30 Mar 2020 03:56:18 +0000 (11:56 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 14:10:00 +0000 (10:10 -0400)
commitcd1cec6364cef9b38f4070ec7377757e757d50c4
tree9b668727a15c4c2b742d0cef83448b849f2a6c3e
parentc738adb8dbbf28a34f8574239a241e85d46f3877
tool: aisimage: use ALIGN instead of self defiend macro

The ALIGN() is available at imagetool.h, no need to self define one.

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/aisimage.c