commit | 1f69ae4ede5a30cf85e89eb4eb40686f45cdd972 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Nov 13 18:34:59 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 18 16:17:58 2021 -0500 |
tree | 7ee5da4544d3cc4e8b824944bcfb4da4c67682f8 | |
parent | 56696514dd3cda9da8cda5b3740a0170cf57de88 [diff] |
arm64: Add missing GD_FLG_SKIP_RELOC handling In case U-Boot enters relocation with GD_FLG_SKIP_RELOC, skip the relocation. The code still has to set up new_gd pointer and new stack pointer. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com>