[U-Boot] [PATCH] configs: rk3288: Increase bootm length

Kever Yang kever.yang at rock-chips.com
Wed Sep 18 03:40:05 UTC 2019


On 2019/9/17 下午3:29, Jagan Teki wrote:
> Increase bootm length to 64MB satisfy max gunzip
> size, even other rockchip and know SoC are following
> same length check.
>
> Reported-by: Michael Trimarchi <michael at amarulasolutions.com>
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>


Reviewed-by: Kever Yang <kever.yang at rock-chips.com>


Thanks,

- Kever

> ---
>   include/configs/rk3288_common.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 <asm/arch-rockchip/hardware.h>
>   #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




More information about the U-Boot mailing list