arch/risc-v/src/mpfs/mpfs_opensbi_utils.S: Remove unncessary mv
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
parent
39ab0f4836
commit
122b907b91
@ -103,7 +103,6 @@ mpfs_opensbi_prepare_hart:
|
||||
/* Setup stacks per hart */
|
||||
|
||||
csrr a0, mhartid
|
||||
mv t0, a0
|
||||
li t1, SBI_PLATFORM_DEFAULT_HART_STACK_SIZE
|
||||
mul t0, a0, t1
|
||||
la sp, g_hart_stacks
|
||||
|
Loading…
Reference in New Issue
Block a user