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:
parent
e36a441356
commit
50f3250a1d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue