commit | 9bfb1ba1fc6b32ee888a72ba3fb7cd47b939b482 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Mon Jun 20 10:53:20 2022 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jul 25 15:35:34 2022 +0200 |
tree | 4e5dd7b6a479f69c3b07506f1330a33caf93fe73 | |
parent | ae1a84853039735f2bc374b8d3393709c71e1396 [diff] |
imx8: use ROM API wrappers in spl_imx_romapi.c Simplify the use of the ROM API by using the wrappers that take care of saving/restoring gd and computing the xor value. This makes the generated code smaller and the C code easier to read. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>