commit | d2d22185731f50215e947300a958a26f11c683f7 | [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 | f0dd90cab8654b1ed351bc329d2d1ab7b93b60aa [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>