rockchip: px5: update SPL size for spl/tpl

Change-Id: I447976f9030a59f18393027e8392a065d4c6c425
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2019-02-12 15:20:47 +08:00
parent a739a3a9b7
commit 1d0603dbce
2 changed files with 3 additions and 1 deletions

View File

@ -10,5 +10,6 @@
#include <configs/rk3368_common.h>
#define CONFIG_CONSOLE_SCROLL_LINES 10
#define CONFIG_SYS_MMC_ENV_DEV 0
#endif

View File

@ -28,9 +28,10 @@
#define CONFIG_SPL_FRAMEWORK
#define CONFIG_SPL_TEXT_BASE 0x00000000
#define CONFIG_SPL_MAX_SIZE 0x40000
#define CONFIG_SPL_MAX_SIZE 0x60000
#define CONFIG_SPL_BSS_START_ADDR 0x400000
#define CONFIG_SPL_BSS_MAX_SIZE 0x20000
#define CONFIG_SPL_STACK 0x00188000
#define GICD_BASE 0xffB71000
#define GICC_BASE 0xffB72000