commit | 78a62bd9c50a04dfebf336f18876d60e2db5d8f8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:04:10 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | ec53dacbcb06e897c07d1479dfea1990136e22cf | |
parent | 3dfe451234d60fdf6e96285985f6b80bcd55c40a [diff] |
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>