summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-06-23 18:02:21 +0300
committerTom Rini <trini@konsulko.com>2017-06-23 18:02:21 +0300
commit7df4ff2c2689a6d3c16eb0c3cce098fcac622b0c (patch)
treed24a7f840548d90d159fce2dba61738997ab518d /include
parent72fa58931e1e7feef7801b92671c545c7aca32f1 (diff)
parent6a464d9cab63f5317bc914e2de52a4de98377743 (diff)
downloadu-boot-7df4ff2c2689a6d3c16eb0c3cce098fcac622b0c.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'include')
-rw-r--r--include/configs/rk3399_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h
index 7a8a442336..44dad570d3 100644
--- a/include/configs/rk3399_common.h
+++ b/include/configs/rk3399_common.h
@@ -31,7 +31,7 @@
#define CONFIG_SYS_LOAD_ADDR 0x00800800
#define CONFIG_SPL_STACK 0xff8effff
#define CONFIG_SPL_TEXT_BASE 0xff8c2000
-#define CONFIG_SPL_MAX_SIZE 0x30000
+#define CONFIG_SPL_MAX_SIZE 0x30000 - 0x2000
/* BSS setup */
#define CONFIG_SPL_BSS_START_ADDR 0xff8e0000
#define CONFIG_SPL_BSS_MAX_SIZE 0x10000