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 <bm...@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 <ycli...@andestech.com>