rockchip: rv1126: update address definition

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: If3d04b4c6cb69adcb9e193fdbda6f4e8e94e2353
This commit is contained in:
Joseph Chen 2020-03-17 10:53:03 +08:00
parent 7497bc3dae
commit d45e0962c8
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
#define CONFIG_SKIP_LOWLEVEL_INIT
#define CONFIG_SYS_NS16550_MEM32
#define CONFIG_SYS_TEXT_BASE 0x00600000
#define CONFIG_SYS_INIT_SP_ADDR 0x00800000
#define CONFIG_SYS_TEXT_BASE 0x00400000
#define CONFIG_SYS_INIT_SP_ADDR 0x00580000
#define CONFIG_SYS_LOAD_ADDR 0x00C00800
#define CONFIG_SYS_BOOTM_LEN (64 << 20)