commit | e421b646fce125ed92936628dc4b287de5f038a5 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Thu Dec 07 13:16:07 2017 -0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 07 17:00:06 2017 -0500 |
tree | 2ea2b1c79e6dfafe9d0ccf083a1786efd93f62d4 | |
parent | 1d0f30a8e080fd490ec4df50d5ccfc742e771ca0 [diff] |
armv8: fix gd after relocation Commit 21f4486faa5d ("armv8: update gd after relocate") sets x18 without checking the return value of spl_relocate_stack_gd(). Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: York Sun <york.sun@nxp.com> CC: Kever Yang <kever.yang@rock-chips.com> CC: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>