u-boot/arch/x86/cpu/i386
Simon Glass 4cb3b9f01e x86: Simplify cpu_jump_to_64bit_uboot()
This copies the cpu_call64() function to memory address and then jumps to
it. This seems to work correctly even when called from SPL, which is
running from SPI flash.

Drop the copy as it is not needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2023-05-11 10:25:29 +08:00
..
call64.S common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
cpu.c x86: Simplify cpu_jump_to_64bit_uboot() 2023-05-11 10:25:29 +08:00
interrupt.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
Makefile x86: Drop unnecessary interrupt code for TPL 2019-12-15 11:44:10 +08:00
setjmp.S x86: fix longjmp() implementation 2022-10-29 07:36:33 -06:00