]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: imx8mimage: Restore the original __ALIGN_MASK() macro
authorFabio Estevam <festevam@gmail.com>
Mon, 22 Feb 2021 16:16:43 +0000 (13:16 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 1 Mar 2021 09:21:36 +0000 (10:21 +0100)
commit325bb40f2110c22beb8692ac1dcd9543b8539363
treeb80132bd3eb25968095464e38b577132ace2bfb6
parentf19d1a946c9bd2bb5d58690448a517bebbd0b474
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>
tools/imx8mimage.c