commit | 325bb40f2110c22beb8692ac1dcd9543b8539363 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Mon Feb 22 13:16:43 2021 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Mar 01 10:21:36 2021 +0100 |
tree | b80132bd3eb25968095464e38b577132ace2bfb6 | |
parent | f19d1a946c9bd2bb5d58690448a517bebbd0b474 [diff] |
tools: imx8mimage: Restore the original __ALIGN_MASK() macro Since commit c738adb8dbbf ("tool: Move ALIGN_MASK to header as common MACRO") the i.MX8MQ EVK board no longer boots. The reason is that imx8mimage.c used a custom __ALIGN_MASK() macro, so restore the original macro to fix the boot and rename it accordingly. Reported-by: Lukas Rusak <lorusak@gmail.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Tested-by: Ye Li <ye.li@nxp.com>