commit | 02560b13689650cf0d2f5825eaf480629ce9238f | [log] [tgz] |
---|---|---|
author | Kever Yang <kever.yang@rock-chips.com> | Mon Mar 30 11:56:22 2020 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 24 10:10:00 2020 -0400 |
tree | b52072cf7e72c08a35f974df85ba42f4c7b8c958 | |
parent | e5ad99cc9924e374d9cedbec38b6303cb80d693f [diff] |
tool: use ALIGN() to align the size Use the ALIGN() for size align so that the code is more readable. 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> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>