firmware: Improve comments for fw_prev_arg1() and fw_next_arg1()
authorAnup Patel <anup.patel@wdc.com>
Fri, 27 Dec 2019 03:24:24 +0000 (08:54 +0530)
committerAnup Patel <anup@brainfault.org>
Fri, 27 Dec 2019 03:24:24 +0000 (08:54 +0530)
commit9beb57362fd36ffc47e901625357add249e4f101
tree8757c2f1e35cf7e114efdecc5f99b9d752cdeda6
parentc7d1b12199a11f8dcccb631a742eb31c79f8d0d2
firmware: Improve comments for fw_prev_arg1() and fw_next_arg1()

The state of a0, a1, and a2 registers in fw_prev_arg1() and
fw_next_arg1() is same as passed by previous booting stage
so we add this info in comments for both these functions.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
firmware/fw_dynamic.S
firmware/fw_jump.S
firmware/fw_payload.S