rockchip: rk3308: set text base to 0x00600000
Memory layout now: ----------------- |Offset| Blob | ----------------- |0M | ATF | ----------------- |2M | OP-TEE | ----------------- |6M | U-BOOT | ----------------- Also remove unused SPL definition. Change-Id: I3daadd45267c90752de51aa6ec8ccdf1d5e1c2b3 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
parent
9c629953c6
commit
c791e8a87d
|
|
@ -17,14 +17,10 @@
|
||||||
|
|
||||||
#define CONFIG_SYS_NS16550_MEM32
|
#define CONFIG_SYS_NS16550_MEM32
|
||||||
|
|
||||||
#define CONFIG_SYS_TEXT_BASE 0x00200000
|
#define CONFIG_SYS_TEXT_BASE 0x00600000
|
||||||
#define CONFIG_SYS_INIT_SP_ADDR 0x00300000
|
#define CONFIG_SYS_INIT_SP_ADDR 0x00700000
|
||||||
#define CONFIG_SYS_LOAD_ADDR 0x00800800
|
#define CONFIG_SYS_LOAD_ADDR 0x00C00800
|
||||||
#define CONFIG_SPL_STACK 0x00400000
|
#define CONFIG_SPL_STACK 0x00400000
|
||||||
#define CONFIG_SPL_TEXT_BASE 0x00000000
|
|
||||||
#define CONFIG_SPL_MAX_SIZE 0x10000
|
|
||||||
#define CONFIG_SPL_BSS_START_ADDR 0x2000000
|
|
||||||
#define CONFIG_SPL_BSS_MAX_SIZE 0x2000
|
|
||||||
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */
|
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */
|
||||||
|
|
||||||
#define COUNTER_FREQUENCY 24000000
|
#define COUNTER_FREQUENCY 24000000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue