summaryrefslogtreecommitdiff
path: root/include/configs/rk322x_common.h
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2018-04-18 11:52:34 +0800
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2018-04-25 22:20:07 +0200
commit4749436da252df2eeeeae6a6c895b2d581a245c1 (patch)
tree9e7d2049aa07ff74734de55f8abe4dc1da50a8e2 /include/configs/rk322x_common.h
parentc877ef3ac163259b0098acaac15f878aca0c9673 (diff)
rockchip: rk322x: update TPL_TEXT_BASE
The boot0 hook including the 4-byte TAG which is at the beginning of the TEXT_BASE, now we can use a aligned TEXT BASE. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include/configs/rk322x_common.h')
-rw-r--r--include/configs/rk322x_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rk322x_common.h b/include/configs/rk322x_common.h
index 7f9c7fbfd5..b437b858c3 100644
--- a/include/configs/rk322x_common.h
+++ b/include/configs/rk322x_common.h
@@ -22,7 +22,7 @@
#define CONFIG_SYS_INIT_SP_ADDR 0x60100000
#define CONFIG_SYS_LOAD_ADDR 0x60800800
#define CONFIG_SPL_STACK 0x10088000
-#define CONFIG_SPL_TEXT_BASE 0x10081004
+#define CONFIG_SPL_TEXT_BASE 0x10081000
#define CONFIG_ROCKCHIP_MAX_INIT_SIZE (28 << 10)
#define CONFIG_ROCKCHIP_CHIP_TAG "RK32"