diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index 980703db0e..6f5b909762 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -24,8 +24,8 @@ #define CONFIG_SPL_TEXT_BASE 0xff8c2000 #define CONFIG_SPL_MAX_SIZE 0x30000 - 0x2000 /* BSS setup */ -#define CONFIG_SPL_BSS_START_ADDR 0xff8e0000 -#define CONFIG_SPL_BSS_MAX_SIZE 0x10000 +#define CONFIG_SPL_BSS_START_ADDR 0xff8e4000 +#define CONFIG_SPL_BSS_MAX_SIZE 0x10000 - 0x4000 #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */