rockchip: rk322x: adjust U-Boot text base and init sp

- set text base to 2MB offset;
- set init sp to 4MB offset;

Change-Id: I4a482d854bc00e1592f5877cf7f3217b8752c81c
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-09-20 10:37:04 +08:00
parent e36a441356
commit 50f3250a1d
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
#define CONFIG_SPL_FRAMEWORK
#define CONFIG_SYS_TEXT_BASE 0x61000000
#define CONFIG_SYS_INIT_SP_ADDR 0x61100000
#define CONFIG_SYS_TEXT_BASE 0x60200000
#define CONFIG_SYS_INIT_SP_ADDR 0x60400000
#define CONFIG_SYS_LOAD_ADDR 0x61800800
#define CONFIG_SPL_TEXT_BASE 0x60000000