aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2019-09-17 12:59:29 +0530
committerKever Yang <kever.yang@rock-chips.com>2019-09-19 09:35:31 +0800
commit07390d1c0e24edb26817c9cd02772690320a8f8c (patch)
treef9431d7d8114c073d6fac12a3415078ea768b413 /include/configs
parentf810ea6acbfae0b3e61a1083cfd0665cd92d40b8 (diff)
downloadu-boot-07390d1c0e24edb26817c9cd02772690320a8f8c.zip
u-boot-07390d1c0e24edb26817c9cd02772690320a8f8c.tar.gz
u-boot-07390d1c0e24edb26817c9cd02772690320a8f8c.tar.bz2
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/rk3288_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index bcda769..910fe58 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