commit | dca4d1a2ce920544b8158d7a5d359d41a6d35330 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat May 07 07:46:12 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:18:00 2016 +0800 |
tree | a2b3abda86a33f5b67ef4c31f889a5d205e926ca | |
parent | 5cb0f0dc88f816a08003a06cef8bd5310425e573 [diff] |
x86: acpi: Fix compiler warnings in write_acpi_tables() Fix the following two build warnings in function 'write_acpi_tables': warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'u32' [-Wformat=] Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>