mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 07:41:42 +01:00
Revert "firmware: Add a barrier instruction for wait for boot hart"
This reverts commit 05602e2bf4
.
Introducing a fence causes warm reset issue to reappear. Revert it
for the time being.
This commit is contained in:
@@ -114,7 +114,6 @@ _fdt_reloc_done:
|
|||||||
|
|
||||||
/* Wait for boot hart */
|
/* Wait for boot hart */
|
||||||
_wait_for_boot_hart:
|
_wait_for_boot_hart:
|
||||||
fence rw, rw
|
|
||||||
la a4, _boot_hart_done
|
la a4, _boot_hart_done
|
||||||
REG_L a5, (a4)
|
REG_L a5, (a4)
|
||||||
beqz a5, _wait_for_boot_hart
|
beqz a5, _wait_for_boot_hart
|
||||||
|
Reference in New Issue
Block a user