commit | 42fd8c19b58fe8f8fe7559ea53b1cef12fc06240 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:03:35 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | b06a899ecdd9ec87f8415518e98ed14e08832431 | |
parent | 0ec28e026606fa579e9c8639f82843fb6a60337a [diff] |
x86: Use unsigned long for address in table generation We should use unsigned long rather than u32 for addresses. Update this so that the table-generation code builds correctly on 64-bit machines. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>