Re: [U-Boot] [PATCH v1 3/7] x86: acpi: Fill OEM revision

2017-07-28 Thread Bin Meng
On Sat, Jul 22, 2017 at 9:12 PM, Bin Meng wrote: > On Sat, Jul 22, 2017 at 3:32 AM, Andy Shevchenko > wrote: >> Fill OEM revision field in the tables by U-Boot build date. >> >> Signed-off-by: Andy Shevchenko >> --- >> arch/x86/lib/acpi_table.c | 2 ++ >> 1 file changed, 2 insertions(+) >> > >

Re: [U-Boot] [PATCH v1 3/7] x86: acpi: Fill OEM revision

2017-07-22 Thread Bin Meng
On Sat, Jul 22, 2017 at 3:32 AM, Andy Shevchenko wrote: > Fill OEM revision field in the tables by U-Boot build date. > > Signed-off-by: Andy Shevchenko > --- > arch/x86/lib/acpi_table.c | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Bin Meng _

[U-Boot] [PATCH v1 3/7] x86: acpi: Fill OEM revision

2017-07-21 Thread Andy Shevchenko
Fill OEM revision field in the tables by U-Boot build date. Signed-off-by: Andy Shevchenko --- arch/x86/lib/acpi_table.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/lib/acpi_table.c b/arch/x86/lib/acpi_table.c index 01d5b6fff0..c6f4d8941c 100644 --- a/arch/x86/lib/acpi_table.c