commit | 883f553e6ba510d4d4ab7d645ff46bc999752e79 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Thu Apr 13 14:20:00 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Apr 20 20:45:08 2023 +0800 |
tree | b51304c67f1d58b4254a05741bca83f1e2c7a05b | |
parent | db9a7e51bf40e1b60fede560d50afb6c1e830a99 [diff] |
riscv: Optimize source end address calculation in start.S The __bss_start is the source end address hence load its address directly into register 't2' for optimization. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Rick Chen <rick@andestech.com>