arm64: Add missing GD_FLG_SKIP_RELOC handling
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 13 Nov 2021 17:34:59 +0000 (18:34 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 18 Nov 2021 23:20:19 +0000 (18:20 -0500)
commitb1f3f982fa1cdcf08717a37e00adcb6fc3d89bf4
tree750049c4c588dc1da71a290a4cdd5b0d44209a5f
parentbd994c007ae232ade284c9c22c9150077961fe19
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>
arch/arm/lib/crt0_64.S
lib/asm-offsets.c