commit | 8cfc966c777ae0effaeea40a96d62034b2f86b91 | [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 | 337705833c8f73560af8f4c163ed6b0d9e5440af [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>