diff options
| author | Daniel Schaefer <[email protected]> | 2020-05-15 11:38:12 +0200 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-05-18 10:42:29 +0530 |
| commit | 38a4b54cdc3fd77574c4ef166154819a976e9fa0 (patch) | |
| tree | d3428bbe89b29e601c72e30105d1dfb164267ceb | |
| parent | 36833abfbb48ddf6a959b09c9e0e341ae33a811a (diff) | |
firmware: Correct spelling mistakes
Signed-off-by: Daniel Schaefer <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
| -rw-r--r-- | firmware/fw_base.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/fw_base.S b/firmware/fw_base.S index 5cb0dfab..732bc3bd 100644 --- a/firmware/fw_base.S +++ b/firmware/fw_base.S @@ -271,7 +271,7 @@ _scratch_init: add t1, t1, t2 blt t1, s7, _scratch_init - /* Override pervious arg1 */ + /* Override previous arg1 */ MOV_3R s0, a0, s1, a1, s2, a2 call fw_prev_arg1 add t1, a0, zero @@ -349,7 +349,7 @@ _fdt_reloc_done: fence rw, rw 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: li t0, BOOT_STATUS_BOOT_HART_DONE la t1, _boot_status |
