aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/thead/light-c910/spl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/thead/light-c910/spl.c b/board/thead/light-c910/spl.c
index 6b560cc5..66e3e07d 100644
--- a/board/thead/light-c910/spl.c
+++ b/board/thead/light-c910/spl.c
@@ -310,6 +310,7 @@ void cpu_performance_enable(void)
csr_write(CSR_MHCR, 0x17f); // clear bit7 to disable indirect brantch prediction
csr_write(CSR_MXSTATUS, 0x638000);
csr_write(CSR_MHINT, 0x6e30c | (1<<21) | (1<<22)); // set bit21 & bit 22 to close tlb & fence broadcast
+ mdelay(50); // workaround
}
static int bl1_img_have_head(unsigned long img_src_addr)