Message ID | 20181220130702.23257-1-manivannan.sadhasivam@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [1/3] include: configs: Add gunzip size for HiKey board | expand |
On Thu, 20 Dec 2018 at 06:07, Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> wrote: > > 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 <manivannan.sadhasivam@linaro.org> > --- > include/configs/hikey.h | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/include/configs/hikey.h b/include/configs/hikey.h index 1376d6155d..572a52fad5 100644 --- a/include/configs/hikey.h +++ b/include/configs/hikey.h @@ -18,6 +18,8 @@ #define CONFIG_REMAKE_ELF +#define CONFIG_SYS_BOOTM_LEN SZ_64M + /* Physical Memory Map */ /* CONFIG_SYS_TEXT_BASE needs to align with where ATF loads bl33.bin */
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 <manivannan.sadhasivam@linaro.org> --- include/configs/hikey.h | 2 ++ 1 file changed, 2 insertions(+)