Re: [U-Boot] [PATCH v2 3/8] ARM: hikey: Use linux/sizes.h for malloc size

2015-09-17 Thread Simon Glass
On 10 September 2015 at 14:55, Peter Griffin wrote: > Use the #defines in linux/sizes for malloc size as it is > more readable. Debatable, but it's your board :-) Reviewed-by: Simon Glass > > Signed-off-by: Peter Griffin

[U-Boot] [PATCH v2 3/8] ARM: hikey: Use linux/sizes.h for malloc size

2015-09-10 Thread Peter Griffin
Use the #defines in linux/sizes for malloc size as it is more readable. Signed-off-by: Peter Griffin --- include/configs/hikey.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/hikey.h b/include/configs/hikey.h index