mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
include: configs: Add gunzip size for HiKey board
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> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b5d29e4390
commit
5bb409c1ba
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue