diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2018-11-14 17:55:29 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-01 14:12:18 +0100 |
commit | 68e7410fa22eabaa98efc03f7745b1adf86e7b28 (patch) | |
tree | 6761bc456e62f4db4965b77699a9a86e1b39c98d /arch/arm/mach-imx/spl.c | |
parent | cb15885b48fa13b30fb24b24c7d1d9ae801caba4 (diff) |
imx: bootaux: fix stack and pc assignment on 64-bit platforms
Using ulong is wrong as its size depends on the Host CPU architecture
(32-bit vs. 64-bit) although the Cortex-M4 is always 32-bit.
Without this patch, the stack and PC are obviously wrong and it
generates an abort when used on 64-bit processors such as the i.MX8MQ.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/mach-imx/spl.c')
0 files changed, 0 insertions, 0 deletions