[U-Boot] [U-Boot, v2, 2/2] rockchip: rk3288: Fix wrong TPL_TEXT_BASE
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Sun Feb 25 15:49:12 UTC 2018
> 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 at amarulasolutions.com>
> Acked-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
> ---
> Changes for v2:
> - Update commit message
>
> arch/arm/mach-rockchip/Kconfig | 3 +++
> configs/vyasa-rk3288_defconfig | 1 -
> 2 files changed, 3 insertions(+), 1 deletion(-)
>
Applied to u-boot-rockchip, thanks!
More information about the U-Boot
mailing list