commit | e71ffd0951f4e8dd7c43a34a3fdc4be10f29db41 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:03:36 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | 16d92632ef2d483804db5b77348b32f335620542 | |
parent | 42fd8c19b58fe8f8fe7559ea53b1cef12fc06240 [diff] |
x86: Update mpspec to build on 64-bit machines At present this uses u32 to store an address. We should use unsigned long and avoid special types in function return values and parameters unless necessary. This makes the code more portable. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>