commit | 0d12adc9f8597b08577c9e4208519ec01d862d95 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:04:19 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Feb 07 13:07:33 2017 +0800 |
tree | 7905e0e6c58ce4e475a3a5641e317bf2ab7b77fc | |
parent | 27a6eaa2c90ef95b2a8be52552a1f9b8efdd45d7 [diff] |
x86: Move call64 to the i386 directory This code is only used in 32-bit mode. Move it so that it does not get built with 64-bit U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>