commit | 452b02541980b49f62f189db8e59851a9a8d942c | [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 | d1b8206ba30f84967a59337a7a872f0564c7007c [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>