Re: [U-Boot] [PATCH 04/25] cros_ec: Align uclass data to a cache boundary

2018-11-22 Thread sjg
The LPC driver expects its buffer to be word-aligned. Add the required flag to the uclass driver to ensure this. Signed-off-by: Simon Glass --- drivers/misc/cros_ec.c | 1 + 1 file changed, 1 insertion(+) Applied to u-boot-dm/master, thanks! ___

[U-Boot] [PATCH 04/25] cros_ec: Align uclass data to a cache boundary

2018-11-06 Thread Simon Glass
The LPC driver expects its buffer to be word-aligned. Add the required flag to the uclass driver to ensure this. Signed-off-by: Simon Glass --- drivers/misc/cros_ec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/misc/cros_ec.c b/drivers/misc/cros_ec.c index