From: Jagan Teki Date: Tue, 17 Sep 2019 07:29:29 +0000 (+0530) Subject: configs: rk3288: Increase bootm length X-Git-Tag: v2019.10-rc4~4^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=07390d1c0e24edb26817c9cd02772690320a8f8c;p=oweals%2Fu-boot.git configs: rk3288: Increase bootm length Increase bootm length to 64MB satisfy max gunzip size, even other rockchip and know SoC are following same length check. Reported-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed-by: Kever Yang --- diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index bcda769af5..910fe58822 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -9,7 +9,7 @@ #include #include "rockchip-common.h" -#define CONFIG_SYS_BOOTM_LEN (16 << 20) /* 16MB */ +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64MB */ #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY #define CONFIG_SYS_CBSIZE 1024