firmware: fw_base.S: Fix comments for _wait_for_boot_hart

Due to some historical issues, the value of BOOT_STATUS_BOOT_HART_DONE
has changed and the comment message needs to be corrected.

Signed-off-by: Xiang W <wxjstz@126.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
Xiang W
2025-01-20 11:13:16 +08:00
committed by Anup Patel
parent 5e90e54a1a
commit 82da072eb4

View File

@@ -292,7 +292,7 @@ _fdt_reloc_done:
REG_S t0, 0(t1) REG_S t0, 0(t1)
j _start_warm j _start_warm
/* waiting for boot hart to be done (_boot_status == 2) */ /* waiting for boot hart to be done (_boot_status == BOOT_STATUS_BOOT_HART_DONE) */
_wait_for_boot_hart: _wait_for_boot_hart:
li t0, BOOT_STATUS_BOOT_HART_DONE li t0, BOOT_STATUS_BOOT_HART_DONE
lla t1, _boot_status lla t1, _boot_status