diff options
author | Jagan Teki <jagannadh.teki@gmail.com> | 2018-02-23 13:13:11 +0530 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2018-02-24 18:47:23 +0100 |
commit | 33554fcec99b7c8b57e004fdf18588ce21d85e68 (patch) | |
tree | 24cdb8085e391d16fe3346de228ae8d3c6d5c20d /arch/arm/mach-rockchip/rk3368/clk_rk3368.c | |
parent | 849f672bdbdb8ef9ae92063e14d164db32a3c341 (diff) |
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 'arch/arm/mach-rockchip/rk3368/clk_rk3368.c')
0 files changed, 0 insertions, 0 deletions