summaryrefslogtreecommitdiff
path: root/configs/vyasa-rk3288_defconfig
diff options
context:
space:
mode:
authorJagan Teki <jagannadh.teki@gmail.com>2018-02-23 10:43:11 +0300
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2018-02-24 20:47:23 +0300
commit33554fcec99b7c8b57e004fdf18588ce21d85e68 (patch)
tree24cdb8085e391d16fe3346de228ae8d3c6d5c20d /configs/vyasa-rk3288_defconfig
parent849f672bdbdb8ef9ae92063e14d164db32a3c341 (diff)
downloadu-boot-33554fcec99b7c8b57e004fdf18588ce21d85e68.tar.xz
rockchip: rk3288: Fix wrong TPL_TEXT_BASE
TPL offset 0xff704004 is unaligned address which is adding nearest 8-bytes for next instruction, So 0xff704004 is adding 0x20 for proper alignment which is causing the next instruction data 0xefffffff is moved. Hexdump with overlaped bytes: ----------------------------- 0000000 0000 0000 0000 0000 0000 0000 0000 0000 0000010 0000 0000 0000 0000 0000 0000 ffff eaff So, Fix the TEXT_BASE for proper aligned address 0xff704000 Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/vyasa-rk3288_defconfig')
-rw-r--r--configs/vyasa-rk3288_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/vyasa-rk3288_defconfig b/configs/vyasa-rk3288_defconfig
index 1a8a9a8c60..4c760414d3 100644
--- a/configs/vyasa-rk3288_defconfig
+++ b/configs/vyasa-rk3288_defconfig
@@ -5,7 +5,6 @@ CONFIG_ARCH_ROCKCHIP=y
CONFIG_SYS_TEXT_BASE=0x00100000
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_ROCKCHIP_RK3288=y
-CONFIG_TPL_TEXT_BASE=0xff704004
CONFIG_TARGET_VYASA_RK3288=y
CONFIG_SPL_STACK_R_ADDR=0x80000
CONFIG_DEFAULT_DEVICE_TREE="rk3288-vyasa"