commit | 4a1c014e435f5e4157d4f99903f3025cea2b418a | [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 14:26:49 2021 -0500 |
tree | 62665584dbffc0361ec397c14d318f73f07fea93 | |
parent | fa321a67bfa23e777506df8911ef05cca85d67a8 [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>