Re: [U-Boot] [PATCH 04/10] x86: cros_ec: Update LPC driver for new cros_ec header

2014-10-23 Thread Simon Glass
On 10 October 2014 07:30, Simon Glass wrote: > There was a minor rename of one of the defines, so update the driver. > > Signed-off-by: Simon Glass > --- > > drivers/misc/cros_ec_lpc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-x86/master.

[U-Boot] [PATCH 04/10] x86: cros_ec: Update LPC driver for new cros_ec header

2014-10-10 Thread Simon Glass
There was a minor rename of one of the defines, so update the driver. Signed-off-by: Simon Glass --- drivers/misc/cros_ec_lpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/misc/cros_ec_lpc.c b/drivers/misc/cros_ec_lpc.c index 0e02671..07624a1 100644 --- a/dri