common: spl: spl: Update stack pointer address
authorNikhil M Jain <n-jain1@ti.com>
Tue, 18 Jul 2023 08:57:27 +0000 (14:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 21 Jul 2023 19:32:12 +0000 (15:32 -0400)
commit149fb05b8346e6ac37df594ef0427cecff09053c
treeb786a66c445064536d6ccfa1d966a36a975e3909
parentefda93c6b5aa57f06a8abda0626954cdc670320a
common: spl: spl: Update stack pointer address

At SPL stage when stack is relocated, the stack pointer needs to be
updated, the stack pointer may point to stack in on chip memory even
though stack is relocated.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/spl/spl.c