]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Don't build call64 and setjmp on 64-bit
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:04:10 +0000 (07:04 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commit60278cf3f4842a9d3ee3e16d15b28af5eafe8f93
treeec53dacbcb06e897c07d1479dfea1990136e22cf
parent787ed95b8e0c03813c336a80712a1b5d7d4f07c7
x86: Don't build call64 and setjmp on 64-bit

These are currently not supported. Calling 64-bit code from 64-bit U-Boot is
much simpler, so this code is not needed. setjmp() is not yet implemented for
64-bit.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/Makefile
arch/x86/lib/bootm.c