Re: [U-Boot] [PATCH v2 1/3] include: configs: Add gunzip size for HiKey board

2018-12-29 Thread Simon Glass
On Thu, 27 Dec 2018 at 06:34, Manivannan Sadhasivam wrote: > > From: Manivannan Sadhasivam > > Default 8MB gunzip size is not enough to load the release kernel, hence > fix 64MB size for uncompressing the kernel. > > Signed-off-by: Manivannan Sadhasivam > Reviewed-by: Simon Glass > --- > > Chan

[U-Boot] [PATCH v2 1/3] include: configs: Add gunzip size for HiKey board

2018-12-27 Thread Manivannan Sadhasivam
From: Manivannan Sadhasivam Default 8MB gunzip size is not enough to load the release kernel, hence fix 64MB size for uncompressing the kernel. Signed-off-by: Manivannan Sadhasivam Reviewed-by: Simon Glass --- Changes in v2: Added Simon's Reviewed-by tag. include/configs/hikey.h | 2 ++ 1 f