summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-03-06 05:01:00 +0300
committerAnup Patel <anup@brainfault.org>2019-03-07 05:37:18 +0300
commit69d794cbcbab9ad50e090b06fd7ff6fd2b7b8315 (patch)
tree55a518431b100ba949d08fe883847cf20c0f746c /firmware
parent9eb8f0f90d5c873576d18d405bbd932ad9688741 (diff)
downloadopensbi-69d794cbcbab9ad50e090b06fd7ff6fd2b7b8315.tar.xz
Revert "firmware: Add a barrier instruction for wait for boot hart"
This reverts commit 05602e2bf4812533adcb7acb1a67e43726c0e7bb. Introducing a fence causes warm reset issue to reappear. Revert it for the time being.
Diffstat (limited to 'firmware')
-rw-r--r--firmware/fw_base.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/fw_base.S b/firmware/fw_base.S
index 1725a92..9b525cc 100644
--- a/firmware/fw_base.S
+++ b/firmware/fw_base.S
@@ -114,7 +114,6 @@ _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