Re: [U-Boot] [PATCH v2 03/28] x86: acpi: Fix compiler warnings in write_acpi_tables()

2016-05-08 Thread Bin Meng
On Sun, May 8, 2016 at 2:46 AM, Simon Glass wrote: > On 7 May 2016 at 08:46, Bin Meng wrote: >> Fix the following two build warnings in function 'write_acpi_tables': >> >> warning: format '%lx' expects argument of type 'long unsigned int', >> but

Re: [U-Boot] [PATCH v2 03/28] x86: acpi: Fix compiler warnings in write_acpi_tables()

2016-05-07 Thread Simon Glass
On 7 May 2016 at 08:46, Bin Meng wrote: > 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

[U-Boot] [PATCH v2 03/28] x86: acpi: Fix compiler warnings in write_acpi_tables()

2016-05-07 Thread Bin Meng
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 Reviewed-by: Stefan Roese Tested-by: Stefan Roese