]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc0413d2f684f1c7c703b115f6d638f3dd26084e0
tree750049c4c588dc1da71a290a4cdd5b0d44209a5f
parent67f86b94efa8c97d086d7da277a61c2a022a3ae7
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