On Tue, Apr 18, 2023 at 11:31 PM Simon Glass <[email protected]> wrote: > > This copies the cpu_call64() function to memory address and then jumps to > it. This seems to work correctly even when call from SPL, which is
call => called > running from SPI flash. > > Drop the copy as it is not needed. > > Signed-off-by: Simon Glass <[email protected]> > --- > > (no changes since v1) > > arch/x86/cpu/i386/cpu.c | 32 +++++--------------------------- > 1 file changed, 5 insertions(+), 27 deletions(-) > Reviewed-by: Bin Meng <[email protected]>

