summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-09-20 17:43:33 -0400
committerTom Rini <trini@konsulko.com>2019-09-20 17:43:33 -0400
commitd6c7309f561ac832c080e5ec07b0af9c8da319a8 (patch)
treef422659c21972d540c10ba1c0b6c4ce8f7667ffa /include
parentaa8c6294ed32b4fcf7a9a27526c7346325d8c928 (diff)
parent4a6b74a3c4d5bfe469730d6f79277b03f7687d88 (diff)
downloadu-boot-d6c7309f561ac832c080e5ec07b0af9c8da319a8.tar.gz
u-boot-d6c7309f561ac832c080e5ec07b0af9c8da319a8.tar.xz
u-boot-d6c7309f561ac832c080e5ec07b0af9c8da319a8.zip
Merge tag 'u-boot-rockchip-20190920' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Fix rk3288 tinker and evb SPL boot fail - Enable get sn from cpuid for rk3399 rockpro64 board
Diffstat (limited to 'include')
-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 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