firmware: Correct spelling mistakes

Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
Daniel Schaefer
2020-05-15 11:38:12 +02:00
committed by Anup Patel
parent 36833abfbb
commit 38a4b54cdc

View File

@@ -271,7 +271,7 @@ _scratch_init:
add t1, t1, t2 add t1, t1, t2
blt t1, s7, _scratch_init blt t1, s7, _scratch_init
/* Override pervious arg1 */ /* Override previous arg1 */
MOV_3R s0, a0, s1, a1, s2, a2 MOV_3R s0, a0, s1, a1, s2, a2
call fw_prev_arg1 call fw_prev_arg1
add t1, a0, zero add t1, a0, zero
@@ -349,7 +349,7 @@ _fdt_reloc_done:
fence rw, rw fence rw, rw
j _start_warm j _start_warm
/* waitting for boot hart done (_boot_status == 2) */ /* waiting for boot hart to be done (_boot_status == 2) */
_wait_for_boot_hart: _wait_for_boot_hart:
li t0, BOOT_STATUS_BOOT_HART_DONE li t0, BOOT_STATUS_BOOT_HART_DONE
la t1, _boot_status la t1, _boot_status