mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-12 14:23:50 +08:00
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 <michael@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
f810ea6acb
commit
07390d1c0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user