]> git.sur5r.net Git - u-boot/commit
x86: acpi: Fix compiler warnings in write_acpi_tables()
authorBin Meng <bmeng.cn@gmail.com>
Sat, 7 May 2016 14:46:12 +0000 (07:46 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commitdca4d1a2ce920544b8158d7a5d359d41a6d35330
treea2b3abda86a33f5b67ef4c31f889a5d205e926ca
parent5cb0f0dc88f816a08003a06cef8bd5310425e573
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>
arch/x86/lib/acpi_table.c