diff options
author | Tom Rini <trini@konsulko.com> | 2017-11-22 07:28:58 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-22 07:28:58 -0500 |
commit | d9d76023ea0d567b0630e85d1bef67b5b1a788d3 (patch) | |
tree | 670247b653a049be8aceebc16bf9dcc1d112f9f4 /include/configs/rk3036_common.h | |
parent | 16fa2eb95172e63820ee5f3d4052f3362a6de84e (diff) | |
parent | 08790230fe80d46ff6368e0dc1e1be500ca3c4bf (diff) |
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'include/configs/rk3036_common.h')
-rw-r--r-- | include/configs/rk3036_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index 4ed8f5a6c7..3a2bf339b1 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -25,7 +25,7 @@ #define CONFIG_SYS_INIT_SP_ADDR 0x60100000 #define CONFIG_SYS_LOAD_ADDR 0x60800800 #define CONFIG_SPL_STACK 0x10081fff -#define CONFIG_SPL_TEXT_BASE 0x10081004 +#define CONFIG_SPL_TEXT_BASE 0x10081000 #define CONFIG_ROCKCHIP_MAX_INIT_SIZE (4 << 10) #define CONFIG_ROCKCHIP_CHIP_TAG "RK30" |