commit | 3c09ac2c589fbf4d0976c49956cc9c6d14c33986 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Thu Apr 13 14:20:06 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Apr 20 20:45:08 2023 +0800 |
tree | d4c4fd63b26c83feb8e6c7c0a357dc68e61d5927 | |
parent | 485f59307957269786384c30e4eee59716727f07 [diff] |
riscv: Avoid updating the link register 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> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>