From 55eb094f8a861cb5601204a92010e6bac77989cc Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Fri, 12 Jun 2020 11:26:13 +0800 Subject: [PATCH] rockchip: rv1126: update the spl stack address Signed-off-by: Jason Zhu Change-Id: I891e9600cffd8fd9495ef13560314b6fc8809eb7 --- include/configs/rv1126_common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/rv1126_common.h b/include/configs/rv1126_common.h index f62a778849..1b1a833d16 100644 --- a/include/configs/rv1126_common.h +++ b/include/configs/rv1126_common.h @@ -21,7 +21,7 @@ #define CONFIG_SYS_TEXT_BASE 0x00400000 #endif -#define CONFIG_SYS_INIT_SP_ADDR 0x00580000 +#define CONFIG_SYS_INIT_SP_ADDR 0x00600000 #define CONFIG_SYS_LOAD_ADDR 0x00C00800 #define CONFIG_SYS_BOOTM_LEN (64 << 20) @@ -29,9 +29,9 @@ #define CONFIG_SPL_FRAMEWORK #define CONFIG_SPL_TEXT_BASE 0x00000000 #define CONFIG_SPL_MAX_SIZE 0x20000 -#define CONFIG_SPL_BSS_START_ADDR 0x00608000 +#define CONFIG_SPL_BSS_START_ADDR 0x00600000 #define CONFIG_SPL_BSS_MAX_SIZE 0x20000 -#define CONFIG_SPL_STACK 0x00608000 +#define CONFIG_SPL_STACK 0x00600000 #define GICD_BASE 0xfeff1000 #define GICC_BASE 0xfeff2000