
20 Apr
2023
20 Apr
'23
9:47 a.m.
On Thu, Apr 13, 2023 at 02:20:06PM +0800, Bin Meng wrote:
board_init_r does not return for U-Boot SPL hence there is no need to update the link register when jumping to board_init_r.
Signed-off-by: Bin Meng bmeng@tinylab.org
Changes in v2:
- new patch: "riscv: Avoid updating the link register"
arch/riscv/cpu/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Leo Yu-Chi Liang ycliang@andestech.com