commit | 9ecb2667e47fed6083d293ee5baa55b397541214 | [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 18:20:19 2021 -0500 |
tree | 750049c4c588dc1da71a290a4cdd5b0d44209a5f | |
parent | 0fcae7ffe92e306673a78512f6fa6470ca4a5ffe [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>