Commit 21caaa3f authored by Zhang Runmin's avatar Zhang Runmin Committed by Anup Patel
Browse files

fw_base.S: Fix comment errors



When calling '_reset_regs', it'll reset all registers except some
specific registers (ra, a0, a1, and a2).

Both boot HART and non-boot HARTs will execute the '_start_warm'
function. Therefore, when '_reset_regs' is called in '_start_warm', it
will reset all registers except some specific registers (ra, a0, a1 and
a2) for both boot HART and non-boot HARTs.

Signed-off-by: default avatarZhang Runmin <fmrt19zrmin@163.com>
Reviewed-by: default avatarAnup Patel <anup@brainfault.org>
parent 1ec353d5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment