summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/fw_base.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/fw_base.S b/firmware/fw_base.S
index b28cfb53..ae14cc7b 100644
--- a/firmware/fw_base.S
+++ b/firmware/fw_base.S
@@ -114,6 +114,7 @@ _fdt_reloc_done:
/* Wait for boot hart */
_wait_for_boot_hart:
+ fence rw, rw
la a4, _boot_hart_done
REG_L a5, (a4)
beqz a5, _wait_for_boot_hart