Commits
Ye Li committed 6cd088ce444
MLK-18822 imx: Fix bootaux issue when running on ARM64 The bootaux from community uses ulong to read private data and write to M4 TCM, this cause problem on ARM64 platform where the ulong is 8bytes. Fix it by using u32 to replace ulong. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit f3d936c84759fcd47a2489cf31fe46cd84ba1f47) (cherry picked from commit 2795cbf333997f2b723dff7d7585ece0257a0b3f)