aboutsummaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2019-01-02 14:51:30 +0530
committerAtish Patra <atishp04@gmail.com>2019-01-02 18:06:14 -0800
commit5797ae203555254c36fd21bc5aaa76a92ac4bd6c (patch)
tree8527fb0f78c81b2bd3716e92b335b50ae6871498 /firmware
parentdc7be34d523f93d2834f4aff49d640cdec16a509 (diff)
include: Remove redundant tmp0 from struct sbi_scratch
The tmp0 member was added in struct sbi_scratch to assist register save/restore at time of trap handling. This tmp0 is not unsed any more hence removing it. Signed-off-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'firmware')
-rw-r--r--firmware/fw_base.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/fw_base.S b/firmware/fw_base.S
index ab67a70..ad6371b 100644
--- a/firmware/fw_base.S
+++ b/firmware/fw_base.S
@@ -154,7 +154,6 @@ _start_warm:
csrw mscratch, tp
/* Initialize scratch space */
- REG_S zero, SBI_SCRATCH_TMP0_OFFSET(tp)
la a4, _fw_start
la a5, _fw_end
mul t0, s7, s8