commit | a1ec7dbf8969c84d558cfa59556030a14791fbfd | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat May 07 07:46:26 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:18:00 2016 +0800 |
tree | 688921e67e45ed416404fe9d77e4c532c92d3d38 | |
parent | 44256b0f0f46d63e196144117548a27a8e0337d5 [diff] |
x86: acpi: Use u32 in table write routines Use u32 instead of unsigned long in the table write routines, as other routines do. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>