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 _