]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: rk3288: Fix wrong TPL_TEXT_BASE
authorJagan Teki <jagannadh.teki@gmail.com>
Fri, 23 Feb 2018 07:43:11 +0000 (13:13 +0530)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 24 Feb 2018 17:47:23 +0000 (18:47 +0100)
commite81894730e1f064ef25b7044061eb21872e0cc53
tree24cdb8085e391d16fe3346de228ae8d3c6d5c20d
parentb2ce0acbc91f7a589bed4f75b807abf3240727ea
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>
arch/arm/mach-rockchip/Kconfig
configs/vyasa-rk3288_defconfig