Home
last modified time | relevance | path

Searched hist:dca4d1a2ce920544b8158d7a5d359d41a6d35330 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dacpi_table.cdca4d1a2ce920544b8158d7a5d359d41a6d35330 Sat May 07 14:46:12 UTC 2016 Bin Meng <bmeng.cn@gmail.com> 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>