Commits
Ye Li committed 2795cbf3339
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)