summaryrefslogtreecommitdiff
path: root/include/configs/tinker_rk3288.h
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-07-09 21:58:49 +0800
committerKever Yang <kever.yang@rock-chips.com>2019-07-20 23:59:44 +0800
commit5631e197aeb48efe35efb66adc630b95416cede5 (patch)
tree7d15c225f5ceb2cb3bd8484d74ee68e158f6f177 /include/configs/tinker_rk3288.h
parent680028a92d41cc101eea6b7f3f15c557170781b5 (diff)
rockchip: rk3288: update u-boot raw image size for all boards
Some rk3288 boards are using raw image of u-boot.bin, and now it's much bigger than default 200KB, update CONFIG_SYS_MONITOR_LEN to 600KB. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include/configs/tinker_rk3288.h')
-rw-r--r--include/configs/tinker_rk3288.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tinker_rk3288.h b/include/configs/tinker_rk3288.h
index 32057b3dbb..5adae68c91 100644
--- a/include/configs/tinker_rk3288.h
+++ b/include/configs/tinker_rk3288.h
@@ -18,6 +18,5 @@
func(DHCP, dchp, na)
#define CONFIG_SYS_MMC_ENV_DEV 1
-#define CONFIG_SYS_MONITOR_LEN (600 * 1024)
#endif