commit | ca37a39e3ff847ed9dc182d8d54f2cd4dd62fe57 | [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 | f8037c0a5671f4ae32e51ab7d826be0ae95b4312 [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>