commit | 4cb3b9f01ed8bdbd49627b977e91fc05472837cc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 04 16:50:59 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Thu May 11 10:25:29 2023 +0800 |
tree | 7db2a175f82e27fc4a3b278297054408efd27e13 | |
parent | 50574d42cfb9d3346e6a9a7642db67aa2b24d365 [diff] |
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>